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