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]

Returns whether the wait was known to have timed out.

Trait Implementations

impl Debug for WaitTimeoutResult
[src]

Formats the value using the given formatter.

impl PartialEq for WaitTimeoutResult
[src]

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

This method tests for !=.

impl Eq for WaitTimeoutResult
[src]

impl Copy for WaitTimeoutResult
[src]

impl Clone for WaitTimeoutResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more