Struct smtp_message::Parameters
source · [−]Expand description
Note: This struct includes the leading ’ ’
Tuple Fields
0: Vec<(ParameterName<S>, Option<MaybeUtf8<S>>)>
Implementations
sourceimpl<S> Parameters<S>
impl<S> Parameters<S>
sourceimpl<S> Parameters<S> where
S: AsRef<str>,
impl<S> Parameters<S> where
S: AsRef<str>,
pub fn as_io_slices(&self) -> impl Iterator<Item = IoSlice<'_>>
Trait Implementations
sourceimpl<S: Clone> Clone for Parameters<S>
impl<S: Clone> Clone for Parameters<S>
sourcefn clone(&self) -> Parameters<S>
fn clone(&self) -> Parameters<S>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<S: Debug> Debug for Parameters<S>
impl<S: Debug> Debug for Parameters<S>
sourceimpl<S: PartialEq> PartialEq<Parameters<S>> for Parameters<S>
impl<S: PartialEq> PartialEq<Parameters<S>> for Parameters<S>
sourcefn eq(&self, other: &Parameters<S>) -> bool
fn eq(&self, other: &Parameters<S>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Parameters<S>) -> bool
fn ne(&self, other: &Parameters<S>) -> bool
This method tests for !=
.
impl<S: Eq> Eq for Parameters<S>
impl<S> StructuralEq for Parameters<S>
impl<S> StructuralPartialEq for Parameters<S>
Auto Trait Implementations
impl<S> RefUnwindSafe for Parameters<S> where
S: RefUnwindSafe,
impl<S> Send for Parameters<S> where
S: Send,
impl<S> Sync for Parameters<S> where
S: Sync,
impl<S> Unpin for Parameters<S> where
S: Unpin,
impl<S> UnwindSafe for Parameters<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