Struct async_smtp::commands::ExpnCommand  
source · pub struct ExpnCommand { /* private fields */ }Expand description
EXPN command
Implementations§
source§impl ExpnCommand
 
impl ExpnCommand
sourcepub fn new(argument: String) -> ExpnCommand
 
pub fn new(argument: String) -> ExpnCommand
Creates an EXPN command
Trait Implementations§
source§impl Clone for ExpnCommand
 
impl Clone for ExpnCommand
source§fn clone(&self) -> ExpnCommand
 
fn clone(&self) -> ExpnCommand
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 ExpnCommand
 
impl Debug for ExpnCommand
source§impl Display for ExpnCommand
 
impl Display for ExpnCommand
source§impl PartialEq for ExpnCommand
 
impl PartialEq for ExpnCommand
source§fn eq(&self, other: &ExpnCommand) -> bool
 
fn eq(&self, other: &ExpnCommand) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ExpnCommand
impl StructuralPartialEq for ExpnCommand
Auto Trait Implementations§
impl Freeze for ExpnCommand
impl RefUnwindSafe for ExpnCommand
impl Send for ExpnCommand
impl Sync for ExpnCommand
impl Unpin for ExpnCommand
impl UnwindSafe for ExpnCommand
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more