pub struct Text {
pub subtype: TextSubtype,
pub charset: Deductible<EmailCharset>,
}Fields§
§subtype: TextSubtype§charset: Deductible<EmailCharset>Trait Implementations§
Source§impl From<Deductible<Text>> for Text
impl From<Deductible<Text>> for Text
Source§fn from(d: Deductible<Text>) -> Self
fn from(d: Deductible<Text>) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Text
Auto Trait Implementations§
impl Freeze for Text
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
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