pub struct WorkerId(/* private fields */);
Expand description
Worker identifier.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for WorkerId
impl<'de> Deserialize<'de> for WorkerId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for WorkerId
impl Ord for WorkerId
Source§impl PartialOrd for WorkerId
impl PartialOrd for WorkerId
impl Copy for WorkerId
impl Eq for WorkerId
impl StructuralPartialEq for WorkerId
Auto Trait Implementations§
impl Freeze for WorkerId
impl RefUnwindSafe for WorkerId
impl Send for WorkerId
impl Sync for WorkerId
impl Unpin for WorkerId
impl UnwindSafe for WorkerId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more