pub struct EhloCommand { /* private fields */ }
Expand description
EHLO command
Implementations§
Source§impl EhloCommand
impl EhloCommand
Sourcepub fn new(client_id: ClientId) -> EhloCommand
pub fn new(client_id: ClientId) -> EhloCommand
Creates a EHLO command
Trait Implementations§
Source§impl Clone for EhloCommand
impl Clone for EhloCommand
Source§fn clone(&self) -> EhloCommand
fn clone(&self) -> EhloCommand
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 EhloCommand
impl Debug for EhloCommand
Source§impl Display for EhloCommand
impl Display for EhloCommand
Source§impl PartialEq for EhloCommand
impl PartialEq for EhloCommand
impl Eq for EhloCommand
impl StructuralPartialEq for EhloCommand
Auto Trait Implementations§
impl Freeze for EhloCommand
impl RefUnwindSafe for EhloCommand
impl Send for EhloCommand
impl Sync for EhloCommand
impl Unpin for EhloCommand
impl UnwindSafe for EhloCommand
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