pub struct ESMTPCommand<I> { /* private fields */ }Trait Implementations§
Source§impl<I> Clone for ESMTPCommand<I>where
I: Clone,
impl<I> Clone for ESMTPCommand<I>where
I: Clone,
Source§fn clone(&self) -> ESMTPCommand<I>
fn clone(&self) -> ESMTPCommand<I>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<I> Debug for ESMTPCommand<I>where
I: Debug,
impl<I> Debug for ESMTPCommand<I>where
I: Debug,
Source§impl<I> PartialEq for ESMTPCommand<I>where
I: PartialEq,
impl<I> PartialEq for ESMTPCommand<I>where
I: PartialEq,
Source§impl<B> SmtpSessionCommand for ESMTPCommand<MailBodyChunk<B>>
impl<B> SmtpSessionCommand for ESMTPCommand<MailBodyChunk<B>>
Source§impl SmtpSessionCommand for ESMTPCommand<MailBodyEnd>
impl SmtpSessionCommand for ESMTPCommand<MailBodyEnd>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpCommand>
impl SmtpSessionCommand for ESMTPCommand<SmtpCommand>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpData>
impl SmtpSessionCommand for ESMTPCommand<SmtpData>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpHelo>
impl SmtpSessionCommand for ESMTPCommand<SmtpHelo>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpMail>
impl SmtpSessionCommand for ESMTPCommand<SmtpMail>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpNoop>
impl SmtpSessionCommand for ESMTPCommand<SmtpNoop>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpQuit>
impl SmtpSessionCommand for ESMTPCommand<SmtpQuit>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpRcpt>
impl SmtpSessionCommand for ESMTPCommand<SmtpRcpt>
Source§impl SmtpSessionCommand for ESMTPCommand<SmtpRset>
impl SmtpSessionCommand for ESMTPCommand<SmtpRset>
impl<I> Eq for ESMTPCommand<I>where
I: Eq,
impl<I> StructuralPartialEq for ESMTPCommand<I>
Auto Trait Implementations§
impl<I> Freeze for ESMTPCommand<I>where
I: Freeze,
impl<I> RefUnwindSafe for ESMTPCommand<I>where
I: RefUnwindSafe,
impl<I> Send for ESMTPCommand<I>where
I: Send,
impl<I> Sync for ESMTPCommand<I>where
I: Sync,
impl<I> Unpin for ESMTPCommand<I>where
I: Unpin,
impl<I> UnwindSafe for ESMTPCommand<I>where
I: UnwindSafe,
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