pub struct Smtp;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Smtp
impl RefUnwindSafe for Smtp
impl Send for Smtp
impl Sync for Smtp
impl Unpin for Smtp
impl UnwindSafe for Smtp
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