pub struct Helo { /* private fields */ }
Expand description
Helo information sent by the smtp client
Implementations§
Trait Implementations§
Source§impl From<Helo> for ClientCommand
impl From<Helo> for ClientCommand
Source§impl Writable for Helo
impl Writable for Helo
Source§fn len(&self) -> usize
fn len(&self) -> usize
Byte-length that would be written if
Self::write
is calledSource§fn is_empty(&self) -> bool
fn is_empty(&self) -> bool
Whether a call to
Self::write
would write somethingimpl StructuralPartialEq for Helo
Auto Trait Implementations§
impl Freeze for Helo
impl RefUnwindSafe for Helo
impl Send for Helo
impl Sync for Helo
impl Unpin for Helo
impl UnwindSafe for Helo
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