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