pub struct Text<'a> {
pub subtype: TextSubtype,
pub charset: EmailCharset,
pub other_params: Vec<Parameter<'a>>,
}Fields§
§subtype: TextSubtype§charset: EmailCharset§other_params: Vec<Parameter<'a>>Implementations§
Trait Implementations§
Source§impl<'a> ContainsUtf8 for Text<'a>
impl<'a> ContainsUtf8 for Text<'a>
fn contains_utf8(&self) -> bool
Source§impl<'a> IntoBoundedStatic for Text<'a>
impl<'a> IntoBoundedStatic for Text<'a>
impl<'a> StructuralPartialEq for Text<'a>
Auto Trait Implementations§
impl<'a> Freeze for Text<'a>
impl<'a> RefUnwindSafe for Text<'a>
impl<'a> Send for Text<'a>
impl<'a> Sync for Text<'a>
impl<'a> Unpin for Text<'a>
impl<'a> UnsafeUnpin for Text<'a>
impl<'a> UnwindSafe for Text<'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