Struct imap_proto::types::BodyContentCommon [−][src]
pub struct BodyContentCommon<'a> {
pub ty: ContentType<'a>,
pub disposition: Option<ContentDisposition<'a>>,
pub language: Option<Vec<Cow<'a, str>>>,
pub location: Option<Cow<'a, str>>,
}Fields
ty: ContentType<'a>disposition: Option<ContentDisposition<'a>>language: Option<Vec<Cow<'a, str>>>location: Option<Cow<'a, str>>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.