pub struct QuitCommand;Expand description
QUIT command marker.
Trait Implementations§
Source§impl Clone for QuitCommand
impl Clone for QuitCommand
Source§fn clone(&self) -> QuitCommand
fn clone(&self) -> QuitCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuitCommand
impl Debug for QuitCommand
Source§impl Default for QuitCommand
impl Default for QuitCommand
Source§fn default() -> QuitCommand
fn default() -> QuitCommand
Returns the “default value” for a type. Read more
Source§impl Display for QuitCommand
impl Display for QuitCommand
Source§impl Hash for QuitCommand
impl Hash for QuitCommand
Source§impl Ord for QuitCommand
impl Ord for QuitCommand
Source§fn cmp(&self, other: &QuitCommand) -> Ordering
fn cmp(&self, other: &QuitCommand) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QuitCommand
impl PartialEq for QuitCommand
Source§fn eq(&self, other: &QuitCommand) -> bool
fn eq(&self, other: &QuitCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for QuitCommand
impl PartialOrd for QuitCommand
impl Copy for QuitCommand
impl Eq for QuitCommand
impl StructuralPartialEq for QuitCommand
Auto Trait Implementations§
impl Freeze for QuitCommand
impl RefUnwindSafe for QuitCommand
impl Send for QuitCommand
impl Sync for QuitCommand
impl Unpin for QuitCommand
impl UnsafeUnpin for QuitCommand
impl UnwindSafe for QuitCommand
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