Struct parking_lot::WaitTimeoutResult
source · pub struct WaitTimeoutResult(_);
Expand description
A type indicating whether a timed wait on a condition variable returned due to a time out or not.
Implementations§
Trait Implementations§
source§impl Clone for WaitTimeoutResult
impl Clone for WaitTimeoutResult
source§fn clone(&self) -> WaitTimeoutResult
fn clone(&self) -> WaitTimeoutResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more