pub struct SendSmtpCommandOk {
pub response: Response<'static>,
}Expand description
Successful step output emitted on SendSmtpCommand completion.
Fields§
§response: Response<'static>The parsed reply (possibly multi-line).
Auto Trait Implementations§
impl Freeze for SendSmtpCommandOk
impl RefUnwindSafe for SendSmtpCommandOk
impl Send for SendSmtpCommandOk
impl Sync for SendSmtpCommandOk
impl Unpin for SendSmtpCommandOk
impl UnsafeUnpin for SendSmtpCommandOk
impl UnwindSafe for SendSmtpCommandOk
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
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.