Struct parking_lot_core::UnparkToken
source · [−]pub struct UnparkToken(pub usize);Expand description
A value which is passed from an unparker to a parked thread.
Tuple Fields
0: usizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UnparkToken
impl Send for UnparkToken
impl Sync for UnparkToken
impl Unpin for UnparkToken
impl UnwindSafe for UnparkToken
Blanket Implementations
Mutably borrows from an owned value. Read more