pub struct SuspendMsg;Expand description
A message to signal the application to suspend.
This can be used to temporarily pause the application, for example, when another process needs control of the terminal.
Trait Implementations§
Source§impl Clone for SuspendMsg
impl Clone for SuspendMsg
Source§fn clone(&self) -> SuspendMsg
fn clone(&self) -> SuspendMsg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SuspendMsg
impl RefUnwindSafe for SuspendMsg
impl Send for SuspendMsg
impl Sync for SuspendMsg
impl Unpin for SuspendMsg
impl UnwindSafe for SuspendMsg
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