pub enum SleepKind {
For,
Until,
}Variants§
Trait Implementations§
impl Copy for SleepKind
impl Eq for SleepKind
impl StructuralPartialEq for SleepKind
Auto Trait Implementations§
impl Freeze for SleepKind
impl RefUnwindSafe for SleepKind
impl Send for SleepKind
impl Sync for SleepKind
impl Unpin for SleepKind
impl UnsafeUnpin for SleepKind
impl UnwindSafe for SleepKind
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