pub enum WakeStatus {
Woken,
Asleep,
}Variants§
Auto Trait Implementations§
impl Freeze for WakeStatus
impl RefUnwindSafe for WakeStatus
impl Send for WakeStatus
impl Sync for WakeStatus
impl Unpin for WakeStatus
impl UnwindSafe for WakeStatus
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