pub struct SmtpCommandSendOk {
pub response: SmtpResponse<'static>,
}Expand description
Successful step output emitted on SmtpCommandSend completion.
Fields§
§response: SmtpResponse<'static>The parsed reply (possibly multi-line).
Auto Trait Implementations§
impl Freeze for SmtpCommandSendOk
impl RefUnwindSafe for SmtpCommandSendOk
impl Send for SmtpCommandSendOk
impl Sync for SmtpCommandSendOk
impl Unpin for SmtpCommandSendOk
impl UnsafeUnpin for SmtpCommandSendOk
impl UnwindSafe for SmtpCommandSendOk
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
Source§impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
impl<T, S> SpanWrap<S> for Twhere
S: WrappingSpan<T>,
Source§fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
fn with_span(self, span: S) -> <S as WrappingSpan<Self>>::Spanned
Invokes
WrappingSpan::make_wrapped to wrap an AST node in a span.