pub struct Lmtp;
Trait Implementations§
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