Enum gmime::AutocryptPreferEncrypt [−][src]
pub enum AutocryptPreferEncrypt { None, Mutual, // some variants omitted }
A description of the user's preference for encrypted messaging.
Variants
None
Mutual
Trait Implementations
impl Clone for AutocryptPreferEncrypt
[src]
impl Clone for AutocryptPreferEncrypt
fn clone(&self) -> AutocryptPreferEncrypt
[src]
fn clone(&self) -> AutocryptPreferEncrypt
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 AutocryptPreferEncrypt
[src]
impl Copy for AutocryptPreferEncrypt
impl Debug for AutocryptPreferEncrypt
[src]
impl Debug for AutocryptPreferEncrypt
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 AutocryptPreferEncrypt
[src]
impl Eq for AutocryptPreferEncrypt
impl PartialEq for AutocryptPreferEncrypt
[src]
impl PartialEq for AutocryptPreferEncrypt
fn eq(&self, __arg_0: &AutocryptPreferEncrypt) -> bool
[src]
fn eq(&self, __arg_0: &AutocryptPreferEncrypt) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AutocryptPreferEncrypt) -> bool
[src]
fn ne(&self, __arg_0: &AutocryptPreferEncrypt) -> bool
This method tests for !=
.
impl Hash for AutocryptPreferEncrypt
[src]
impl Hash for AutocryptPreferEncrypt
Auto Trait Implementations
impl Send for AutocryptPreferEncrypt
impl Send for AutocryptPreferEncrypt
impl Sync for AutocryptPreferEncrypt
impl Sync for AutocryptPreferEncrypt