Struct async_smtp::commands::VrfyCommand
source · pub struct VrfyCommand { /* private fields */ }Expand description
VRFY command
Implementations§
source§impl VrfyCommand
impl VrfyCommand
sourcepub fn new(argument: String) -> VrfyCommand
pub fn new(argument: String) -> VrfyCommand
Creates a VRFY command
Trait Implementations§
source§impl Clone for VrfyCommand
impl Clone for VrfyCommand
source§fn clone(&self) -> VrfyCommand
fn clone(&self) -> VrfyCommand
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 VrfyCommand
impl Debug for VrfyCommand
source§impl Display for VrfyCommand
impl Display for VrfyCommand
source§impl PartialEq<VrfyCommand> for VrfyCommand
impl PartialEq<VrfyCommand> for VrfyCommand
source§fn eq(&self, other: &VrfyCommand) -> bool
fn eq(&self, other: &VrfyCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.