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