Struct async_smtp::commands::QuitCommand  
source · 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 copy 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 QuitCommand
 
impl Debug for QuitCommand
source§impl Display for QuitCommand
 
impl Display for QuitCommand
source§impl PartialEq for QuitCommand
 
impl PartialEq for QuitCommand
source§fn eq(&self, other: &QuitCommand) -> bool
 
fn eq(&self, other: &QuitCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.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 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