pub struct QuitMsg;Expand description
A message to signal the application to quit.
Sending this message to the Program will initiate a graceful shutdown.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuitMsg
impl RefUnwindSafe for QuitMsg
impl Send for QuitMsg
impl Sync for QuitMsg
impl Unpin for QuitMsg
impl UnwindSafe for QuitMsg
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