Enum gmime::EncryptFlags [−][src]
pub enum EncryptFlags {
None,
AlwaysTrust,
NoCompress,
Symmetric,
ThrowKeyids,
// some variants omitted
}Encryption flags.
Variants
NoneAlwaysTrustNoCompressSymmetricThrowKeyids
Trait Implementations
impl Clone for EncryptFlags[src]
impl Clone for EncryptFlagsfn clone(&self) -> EncryptFlags[src]
fn clone(&self) -> EncryptFlagsReturns 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 EncryptFlagsimpl Debug for EncryptFlags[src]
impl Debug for EncryptFlagsfn 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 EncryptFlags[src]
impl Eq for EncryptFlagsimpl PartialEq for EncryptFlags[src]
impl PartialEq for EncryptFlagsfn eq(&self, __arg_0: &EncryptFlags) -> bool[src]
fn eq(&self, __arg_0: &EncryptFlags) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for EncryptFlags[src]
impl Hash for EncryptFlagsAuto Trait Implementations
impl Send for EncryptFlags
impl Send for EncryptFlagsimpl Sync for EncryptFlags
impl Sync for EncryptFlags