Struct smtp_message::Path
source · [−]Expand description
Note: for convenience this is not exactly like what is described by RFC5321, and it does not contain the Email. Indeed, paths are very rare nowadays.
Path
as defined here is what is specified in RFC5321 as A-d-l
Fields
domains: Vec<Hostname<S>>
Implementations
Trait Implementations
impl<S: Eq> Eq for Path<S>
impl<S> StructuralEq for Path<S>
impl<S> StructuralPartialEq for Path<S>
Auto Trait Implementations
impl<S> RefUnwindSafe for Path<S> where
S: RefUnwindSafe,
impl<S> Send for Path<S> where
S: Send,
impl<S> Sync for Path<S> where
S: Sync,
impl<S> Unpin for Path<S> where
S: Unpin,
impl<S> UnwindSafe for Path<S> where
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more