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 Clone for UnparkToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for UnparkToken
[src]

impl PartialEq for UnparkToken
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for UnparkToken
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for UnparkToken

impl Sync for UnparkToken