pub struct AnyMIMEWithDefault<'a, T: WithDefaultType>(pub AnyMIME<'a>, _);Tuple Fields§
§0: AnyMIME<'a>Trait Implementations§
Source§impl<'a, T: Debug + WithDefaultType> Debug for AnyMIMEWithDefault<'a, T>
impl<'a, T: Debug + WithDefaultType> Debug for AnyMIMEWithDefault<'a, T>
Source§impl<'a, T: WithDefaultType> Default for AnyMIMEWithDefault<'a, T>
impl<'a, T: WithDefaultType> Default for AnyMIMEWithDefault<'a, T>
Source§impl<'a, T: WithDefaultType> From<AnyMIMEWithDefault<'a, T>> for AnyMIME<'a>
impl<'a, T: WithDefaultType> From<AnyMIMEWithDefault<'a, T>> for AnyMIME<'a>
Source§fn from(a: AnyMIMEWithDefault<'a, T>) -> Self
fn from(a: AnyMIMEWithDefault<'a, T>) -> Self
Converts to this type from the input type.
Source§impl<'a, T: PartialEq + WithDefaultType> PartialEq for AnyMIMEWithDefault<'a, T>
impl<'a, T: PartialEq + WithDefaultType> PartialEq for AnyMIMEWithDefault<'a, T>
impl<'a, T: WithDefaultType> StructuralPartialEq for AnyMIMEWithDefault<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for AnyMIMEWithDefault<'a, T>
impl<'a, T> RefUnwindSafe for AnyMIMEWithDefault<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for AnyMIMEWithDefault<'a, T>where
T: Send,
impl<'a, T> Sync for AnyMIMEWithDefault<'a, T>where
T: Sync,
impl<'a, T> Unpin for AnyMIMEWithDefault<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for AnyMIMEWithDefault<'a, T>where
T: UnwindSafe,
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