Enum gmime::Format [−][src]
pub enum Format {
Message,
Mbox,
Mmdf,
// some variants omitted
}An enum of formats.
Variants
MessageMboxMmdf
Trait Implementations
impl Clone for Format[src]
impl Clone for Formatfn clone(&self) -> Format[src]
fn clone(&self) -> FormatReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Format[src]
impl Copy for Formatimpl Debug for Format[src]
impl Debug for Formatfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Format[src]
impl Eq for Formatimpl PartialEq for Format[src]
impl PartialEq for Formatfn eq(&self, __arg_0: &Format) -> bool[src]
fn eq(&self, __arg_0: &Format) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Format) -> bool[src]
fn ne(&self, __arg_0: &Format) -> boolThis method tests for !=.
impl Hash for Format[src]
impl Hash for Format