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 UnparkToken
impl Clone for UnparkToken
[src]
impl Clone for UnparkToken
fn clone(&self) -> UnparkToken
[src]
fn clone(&self) -> UnparkToken
Returns 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 UnparkToken
impl PartialEq for UnparkToken
[src]
impl PartialEq for UnparkToken
fn eq(&self, other: &UnparkToken) -> bool
[src]
fn eq(&self, other: &UnparkToken) -> bool
This 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) -> bool
This method tests for !=
.
impl Debug for UnparkToken
[src]
impl Debug for UnparkToken
Auto Trait Implementations
impl Send for UnparkToken
impl Send for UnparkToken
impl Sync for UnparkToken
impl Sync for UnparkToken