Enum mail_builder::mime::BodyPart
source · [−]Variants
Text(Cow<'x, str>)
Binary(Cow<'x, [u8]>)
Multipart(Vec<MimePart<'x>>)
Trait Implementations
Auto Trait Implementations
impl<'x> RefUnwindSafe for BodyPart<'x>
impl<'x> Send for BodyPart<'x>
impl<'x> Sync for BodyPart<'x>
impl<'x> Unpin for BodyPart<'x>
impl<'x> UnwindSafe for BodyPart<'x>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more