Enum gmime::EncryptFlags [−][src]
pub enum EncryptFlags { None, AlwaysTrust, NoCompress, Symmetric, ThrowKeyids, // some variants omitted }
Encryption flags.
Variants
None
AlwaysTrust
NoCompress
Symmetric
ThrowKeyids
Trait Implementations
impl Clone for EncryptFlags
[src]
impl Clone for EncryptFlags
fn clone(&self) -> EncryptFlags
[src]
fn clone(&self) -> EncryptFlags
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 EncryptFlags
[src]
impl Copy for EncryptFlags
impl Debug for EncryptFlags
[src]
impl Debug for EncryptFlags
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 EncryptFlags
[src]
impl Eq for EncryptFlags
impl PartialEq for EncryptFlags
[src]
impl PartialEq for EncryptFlags
fn eq(&self, __arg_0: &EncryptFlags) -> bool
[src]
fn eq(&self, __arg_0: &EncryptFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &EncryptFlags) -> bool
[src]
fn ne(&self, __arg_0: &EncryptFlags) -> bool
This method tests for !=
.
impl Hash for EncryptFlags
[src]
impl Hash for EncryptFlags
Auto Trait Implementations
impl Send for EncryptFlags
impl Send for EncryptFlags
impl Sync for EncryptFlags
impl Sync for EncryptFlags