Struct parking_lot_core::UnparkToken [−][src]
pub struct UnparkToken(pub usize);
A value which is passed from an unparker to a parked thread.
Trait Implementations
impl Copy for UnparkToken[src] 
impl Copy for UnparkTokenimpl Clone for UnparkToken[src] 
impl Clone for UnparkTokenfn clone(&self) -> UnparkToken[src] 
fn clone(&self) -> UnparkTokenReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for UnparkToken[src] 
impl Eq for UnparkTokenimpl PartialEq for UnparkToken[src] 
impl PartialEq for UnparkTokenfn eq(&self, other: &UnparkToken) -> bool[src] 
fn eq(&self, other: &UnparkToken) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &UnparkToken) -> bool[src] 
fn ne(&self, other: &UnparkToken) -> boolThis method tests for !=.
impl Debug for UnparkToken[src] 
impl Debug for UnparkTokenAuto Trait Implementations
impl Send for UnparkToken
impl Send for UnparkTokenimpl Sync for UnparkToken
impl Sync for UnparkToken