pub struct MaybeWakeGuard { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for MaybeWakeGuard
impl Drop for MaybeWakeGuard
Auto Trait Implementations§
impl Freeze for MaybeWakeGuard
impl RefUnwindSafe for MaybeWakeGuard
impl Send for MaybeWakeGuard
impl Sync for MaybeWakeGuard
impl Unpin for MaybeWakeGuard
impl UnsafeUnpin for MaybeWakeGuard
impl UnwindSafe for MaybeWakeGuard
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