Struct parking_lot::WaitTimeoutResult [] [src]

pub struct WaitTimeoutResult(_);

A type indicating whether a timed wait on a condition variable returned due to a time out or not.

Methods

impl WaitTimeoutResult
[src]

fn timed_out(&self) -> bool

Returns whether the wait was known to have timed out.

Trait Implementations

impl Clone for WaitTimeoutResult
[src]

fn clone(&self) -> WaitTimeoutResult

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for WaitTimeoutResult
[src]

impl Eq for WaitTimeoutResult
[src]

impl PartialEq for WaitTimeoutResult
[src]

fn eq(&self, __arg_0: &WaitTimeoutResult) -> bool

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

fn ne(&self, __arg_0: &WaitTimeoutResult) -> bool

This method tests for !=.

impl Debug for WaitTimeoutResult
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.