pub struct SuspendMsg;Expand description
Message to suspend the program (Ctrl+Z).
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 moreSource§impl Debug for SuspendMsg
impl Debug for SuspendMsg
Source§impl PartialEq for SuspendMsg
impl PartialEq for SuspendMsg
impl Copy for SuspendMsg
impl Eq for SuspendMsg
impl StructuralPartialEq for SuspendMsg
Auto 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