pub struct SmtpUtf8Capability;Expand description
SMTPUTF8 capability marker.
Trait Implementations§
Source§impl Clone for SmtpUtf8Capability
impl Clone for SmtpUtf8Capability
Source§fn clone(&self) -> SmtpUtf8Capability
fn clone(&self) -> SmtpUtf8Capability
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 Debug for SmtpUtf8Capability
impl Debug for SmtpUtf8Capability
Source§impl Default for SmtpUtf8Capability
impl Default for SmtpUtf8Capability
Source§fn default() -> SmtpUtf8Capability
fn default() -> SmtpUtf8Capability
Returns the “default value” for a type. Read more
Source§impl Hash for SmtpUtf8Capability
impl Hash for SmtpUtf8Capability
Source§impl Ord for SmtpUtf8Capability
impl Ord for SmtpUtf8Capability
Source§fn cmp(&self, other: &SmtpUtf8Capability) -> Ordering
fn cmp(&self, other: &SmtpUtf8Capability) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SmtpUtf8Capability
impl PartialEq for SmtpUtf8Capability
Source§fn eq(&self, other: &SmtpUtf8Capability) -> bool
fn eq(&self, other: &SmtpUtf8Capability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SmtpUtf8Capability
impl PartialOrd for SmtpUtf8Capability
impl Copy for SmtpUtf8Capability
impl Eq for SmtpUtf8Capability
impl StructuralPartialEq for SmtpUtf8Capability
Auto Trait Implementations§
impl Freeze for SmtpUtf8Capability
impl RefUnwindSafe for SmtpUtf8Capability
impl Send for SmtpUtf8Capability
impl Sync for SmtpUtf8Capability
impl Unpin for SmtpUtf8Capability
impl UnsafeUnpin for SmtpUtf8Capability
impl UnwindSafe for SmtpUtf8Capability
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