Struct antidote::WaitTimeoutResult1.5.0 [] [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

Returns whether the wait was known to have timed out.

Trait Implementations

impl Copy for WaitTimeoutResult

impl Eq for WaitTimeoutResult

impl Clone for WaitTimeoutResult

impl Debug for WaitTimeoutResult

Formats the value using the given formatter.

impl PartialEq<WaitTimeoutResult> for WaitTimeoutResult