Enum gmime::FilterGZipMode [−][src]
pub enum FilterGZipMode { Zip, Unzip, // some variants omitted }
The mode for the FilterGZip
filter.
Variants
Zip
Unzip
Trait Implementations
impl Clone for FilterGZipMode
[src]
impl Clone for FilterGZipMode
fn clone(&self) -> FilterGZipMode
[src]
fn clone(&self) -> FilterGZipMode
Returns 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 FilterGZipMode
impl Debug for FilterGZipMode
[src]
impl Debug for FilterGZipMode
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for FilterGZipMode
[src]
impl Eq for FilterGZipMode
impl PartialEq for FilterGZipMode
[src]
impl PartialEq for FilterGZipMode
fn eq(&self, __arg_0: &FilterGZipMode) -> bool
[src]
fn eq(&self, __arg_0: &FilterGZipMode) -> bool
This 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) -> bool
This method tests for !=
.
impl Hash for FilterGZipMode
[src]
impl Hash for FilterGZipMode
Auto Trait Implementations
impl Send for FilterGZipMode
impl Send for FilterGZipMode
impl Sync for FilterGZipMode
impl Sync for FilterGZipMode