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