pub struct WakeGuard {}Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WakeGuard
impl RefUnwindSafe for WakeGuard
impl Send for WakeGuard
impl Sync for WakeGuard
impl Unpin for WakeGuard
impl UnwindSafe for WakeGuard
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