[−][src]Struct mailparse::body::BinaryBody
Struct that holds a binary body representation of the message (or message subpart).
Methods
impl<'a> BinaryBody<'a>[src]
pub fn get_content_type(&self) -> &'a ParsedContentType[src]
Get the body Content-Type
pub fn get_raw(&self) -> &'a [u8][src]
Get the raw body of the message exactly as it is written in the message (or message subpart).
Auto Trait Implementations
impl<'a> RefUnwindSafe for BinaryBody<'a>
impl<'a> Send for BinaryBody<'a>
impl<'a> Sync for BinaryBody<'a>
impl<'a> Unpin for BinaryBody<'a>
impl<'a> UnwindSafe for BinaryBody<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,