pub struct LMTP;Expand description
An implementation of LMTP - RFC 2033 - Local Mail Transfer Protocol
Implementations§
Trait Implementations§
Source§impl ApplyCommand<MailBodyEnd> for LMTP
impl ApplyCommand<MailBodyEnd> for LMTP
Source§impl ApplyCommand<SmtpHelo> for LMTP
impl ApplyCommand<SmtpHelo> for LMTP
impl Eq for LMTP
impl StructuralPartialEq for LMTP
Auto Trait Implementations§
impl Freeze for LMTP
impl RefUnwindSafe for LMTP
impl Send for LMTP
impl Sync for LMTP
impl Unpin for LMTP
impl UnwindSafe for LMTP
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