pub struct SmtpSendImpl;Expand description
The struct that implements the smtp-send WIT interface.
Implementations§
Auto Trait Implementations§
impl Freeze for SmtpSendImpl
impl RefUnwindSafe for SmtpSendImpl
impl Send for SmtpSendImpl
impl Sync for SmtpSendImpl
impl Unpin for SmtpSendImpl
impl UnsafeUnpin for SmtpSendImpl
impl UnwindSafe for SmtpSendImpl
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