Struct parking_lot_core::ParkToken[][src]

pub struct ParkToken(pub usize);

A value associated with a parked thread which can be used by unpark_filter.

Trait Implementations

impl Copy for ParkToken
[src]

impl Clone for ParkToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ParkToken
[src]

impl PartialEq for ParkToken
[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 ParkToken
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParkToken

impl Sync for ParkToken