pub struct SmtpForwardPath<'a>(pub SmtpMailbox<'a>);Expand description
The forward path for RCPT TO.
Tuple Fields§
§0: SmtpMailbox<'a>Trait Implementations§
Source§impl<'a> Clone for SmtpForwardPath<'a>
impl<'a> Clone for SmtpForwardPath<'a>
Source§fn clone(&self) -> SmtpForwardPath<'a>
fn clone(&self) -> SmtpForwardPath<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for SmtpForwardPath<'a>
impl<'a> Debug for SmtpForwardPath<'a>
Source§impl Display for SmtpForwardPath<'_>
impl Display for SmtpForwardPath<'_>
impl<'a> Eq for SmtpForwardPath<'a>
Source§impl<'a> From<SmtpMailbox<'a>> for SmtpForwardPath<'a>
impl<'a> From<SmtpMailbox<'a>> for SmtpForwardPath<'a>
Source§fn from(mailbox: SmtpMailbox<'a>) -> Self
fn from(mailbox: SmtpMailbox<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> Hash for SmtpForwardPath<'a>
impl<'a> Hash for SmtpForwardPath<'a>
Source§impl<'a> IntoBoundedStatic for SmtpForwardPath<'a>
impl<'a> IntoBoundedStatic for SmtpForwardPath<'a>
Source§type Static = SmtpForwardPath<'static>
type Static = SmtpForwardPath<'static>
The target type is bounded by the
'static lifetime.Source§fn into_static(self) -> Self::Static
fn into_static(self) -> Self::Static
Convert an owned
T into an owned T such that T: 'static.Source§impl<'a> PartialEq for SmtpForwardPath<'a>
impl<'a> PartialEq for SmtpForwardPath<'a>
impl<'a> StructuralPartialEq for SmtpForwardPath<'a>
Source§impl<'a> ToBoundedStatic for SmtpForwardPath<'a>
impl<'a> ToBoundedStatic for SmtpForwardPath<'a>
Auto Trait Implementations§
impl<'a> Freeze for SmtpForwardPath<'a>
impl<'a> RefUnwindSafe for SmtpForwardPath<'a>
impl<'a> Send for SmtpForwardPath<'a>
impl<'a> Sync for SmtpForwardPath<'a>
impl<'a> Unpin for SmtpForwardPath<'a>
impl<'a> UnsafeUnpin for SmtpForwardPath<'a>
impl<'a> UnwindSafe for SmtpForwardPath<'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.