Enum base::timer::WaitResult  
source · enum WaitResult {
    Expired,
    Timeout,
}Variants§
Trait Implementations§
source§impl Debug for WaitResult
 
impl Debug for WaitResult
source§impl PartialEq for WaitResult
 
impl PartialEq for WaitResult
source§fn eq(&self, other: &WaitResult) -> bool
 
fn eq(&self, other: &WaitResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for WaitResult
impl StructuralPartialEq for WaitResult
Auto Trait Implementations§
impl Freeze for WaitResult
impl RefUnwindSafe for WaitResult
impl Send for WaitResult
impl Sync for WaitResult
impl Unpin for WaitResult
impl UnwindSafe for WaitResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more