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