Struct async_smtp::commands::HelpCommand  
source · pub struct HelpCommand { /* private fields */ }Expand description
HELP command
Implementations§
source§impl HelpCommand
 
impl HelpCommand
sourcepub fn new(argument: Option<String>) -> HelpCommand
 
pub fn new(argument: Option<String>) -> HelpCommand
Creates an HELP command
Trait Implementations§
source§impl Clone for HelpCommand
 
impl Clone for HelpCommand
source§fn clone(&self) -> HelpCommand
 
fn clone(&self) -> HelpCommand
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 HelpCommand
 
impl Debug for HelpCommand
source§impl Display for HelpCommand
 
impl Display for HelpCommand
source§impl PartialEq for HelpCommand
 
impl PartialEq for HelpCommand
source§fn eq(&self, other: &HelpCommand) -> bool
 
fn eq(&self, other: &HelpCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for HelpCommand
impl StructuralPartialEq for HelpCommand
Auto Trait Implementations§
impl Freeze for HelpCommand
impl RefUnwindSafe for HelpCommand
impl Send for HelpCommand
impl Sync for HelpCommand
impl Unpin for HelpCommand
impl UnwindSafe for HelpCommand
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