pub struct QuitCommand;Expand description
QUIT command
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 moreimpl Copy for QuitCommand
Source§impl Debug for QuitCommand
impl Debug for QuitCommand
Source§impl Display for QuitCommand
impl Display for QuitCommand
impl Eq for QuitCommand
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 ==.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