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