Struct async_smtp::commands::DataCommand
source · pub struct DataCommand;Expand description
DATA command
Trait Implementations§
source§impl Clone for DataCommand
impl Clone for DataCommand
source§fn clone(&self) -> DataCommand
fn clone(&self) -> DataCommand
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 DataCommand
impl Debug for DataCommand
source§impl Display for DataCommand
impl Display for DataCommand
source§impl PartialEq<DataCommand> for DataCommand
impl PartialEq<DataCommand> for DataCommand
source§fn eq(&self, other: &DataCommand) -> bool
fn eq(&self, other: &DataCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.