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<HelpCommand> for HelpCommand
impl PartialEq<HelpCommand> 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 ==.