pub struct SmtpText<'a>(/* private fields */);Expand description
A human-readable text string used in SMTP responses.
Implementations§
Trait Implementations§
impl<'a> Eq for SmtpText<'a>
Source§impl<'a> IntoBoundedStatic for SmtpText<'a>
impl<'a> IntoBoundedStatic for SmtpText<'a>
impl<'a> StructuralPartialEq for SmtpText<'a>
Auto Trait Implementations§
impl<'a> Freeze for SmtpText<'a>
impl<'a> RefUnwindSafe for SmtpText<'a>
impl<'a> Send for SmtpText<'a>
impl<'a> Sync for SmtpText<'a>
impl<'a> Unpin for SmtpText<'a>
impl<'a> UnsafeUnpin for SmtpText<'a>
impl<'a> UnwindSafe for SmtpText<'a>
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.impl<T> OrderedSeq<'_, T> for Twhere
T: Clone,
Source§impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
impl<'p, T> Seq<'p, T> for Twhere
T: Clone,
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.