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