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