Enum gmime::FilterGZipMode [−][src]
pub enum FilterGZipMode {
Zip,
Unzip,
// some variants omitted
}The mode for the FilterGZip filter.
Variants
ZipUnzip
Trait Implementations
impl Clone for FilterGZipMode[src]
impl Clone for FilterGZipModefn clone(&self) -> FilterGZipMode[src]
fn clone(&self) -> FilterGZipModeReturns 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 FilterGZipMode[src]
impl Copy for FilterGZipModeimpl Debug for FilterGZipMode[src]
impl Debug for FilterGZipModefn 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 FilterGZipMode[src]
impl Eq for FilterGZipModeimpl PartialEq for FilterGZipMode[src]
impl PartialEq for FilterGZipModefn eq(&self, __arg_0: &FilterGZipMode) -> bool[src]
fn eq(&self, __arg_0: &FilterGZipMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FilterGZipMode) -> bool[src]
fn ne(&self, __arg_0: &FilterGZipMode) -> boolThis method tests for !=.
impl Hash for FilterGZipMode[src]
impl Hash for FilterGZipModeAuto Trait Implementations
impl Send for FilterGZipMode
impl Send for FilterGZipModeimpl Sync for FilterGZipMode
impl Sync for FilterGZipMode