pub struct NaiveType<'a> {
pub main: MIMEAtom<'a>,
pub sub: MIMEAtom<'a>,
pub params: Vec<Parameter<'a>>,
}Fields§
§main: MIMEAtom<'a>§sub: MIMEAtom<'a>§params: Vec<Parameter<'a>>Implementations§
Trait Implementations§
Source§impl<'a> ContainsUtf8 for NaiveType<'a>
impl<'a> ContainsUtf8 for NaiveType<'a>
fn contains_utf8(&self) -> bool
Source§impl<'a> From<&NaiveType<'a>> for MultipartSubtype
impl<'a> From<&NaiveType<'a>> for MultipartSubtype
Source§impl<'a> From<&NaiveType<'a>> for TextSubtype
impl<'a> From<&NaiveType<'a>> for TextSubtype
Source§impl<'a> IntoBoundedStatic for NaiveType<'a>
impl<'a> IntoBoundedStatic for NaiveType<'a>
Source§impl<'a> PartialEq for NaiveType<'a>
impl<'a> PartialEq for NaiveType<'a>
impl<'a> StructuralPartialEq for NaiveType<'a>
Source§impl<'a> ToBoundedStatic for NaiveType<'a>
impl<'a> ToBoundedStatic for NaiveType<'a>
Source§impl<'a> TryFrom<&NaiveType<'a>> for MessageSubtype
impl<'a> TryFrom<&NaiveType<'a>> for MessageSubtype
Auto Trait Implementations§
impl<'a> Freeze for NaiveType<'a>
impl<'a> RefUnwindSafe for NaiveType<'a>
impl<'a> Send for NaiveType<'a>
impl<'a> Sync for NaiveType<'a>
impl<'a> Unpin for NaiveType<'a>
impl<'a> UnsafeUnpin for NaiveType<'a>
impl<'a> UnwindSafe for NaiveType<'a>
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