pub struct Ehlo { /* private fields */ }
Expand description
EHLO command
Implementations§
Trait Implementations§
impl Eq for Ehlo
impl StructuralPartialEq for Ehlo
Auto Trait Implementations§
impl Freeze for Ehlo
impl RefUnwindSafe for Ehlo
impl Send for Ehlo
impl Sync for Ehlo
impl Unpin for Ehlo
impl UnwindSafe for Ehlo
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