Struct imap_proto::types::BodyContentSinglePart [−][src]
pub struct BodyContentSinglePart<'a> {
pub id: Option<Cow<'a, str>>,
pub md5: Option<Cow<'a, str>>,
pub description: Option<Cow<'a, str>>,
pub transfer_encoding: ContentEncoding<'a>,
pub octets: u32,
}Fields
id: Option<Cow<'a, str>>md5: Option<Cow<'a, str>>description: Option<Cow<'a, str>>transfer_encoding: ContentEncoding<'a>octets: u32Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.