Struct imap_proto::types::BodyExt1Part
source · [−]pub struct BodyExt1Part<'a> {
pub md5: Option<Cow<'a, str>>,
pub disposition: Option<ContentDisposition<'a>>,
pub language: Option<Vec<Cow<'a, str>>>,
pub location: Option<Cow<'a, str>>,
pub extension: Option<BodyExtension<'a>>,
}Fields
md5: Option<Cow<'a, str>>disposition: Option<ContentDisposition<'a>>language: Option<Vec<Cow<'a, str>>>location: Option<Cow<'a, str>>extension: Option<BodyExtension<'a>>Implementations
sourceimpl<'a> BodyExt1Part<'a>
impl<'a> BodyExt1Part<'a>
pub fn into_owned(self) -> BodyExt1Part<'static>
Auto Trait Implementations
impl<'a> RefUnwindSafe for BodyExt1Part<'a>
impl<'a> Send for BodyExt1Part<'a>
impl<'a> Sync for BodyExt1Part<'a>
impl<'a> Unpin for BodyExt1Part<'a>
impl<'a> UnwindSafe for BodyExt1Part<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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