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