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