Enum gmime::AutocryptPreferEncrypt [−][src]
pub enum AutocryptPreferEncrypt {
None,
Mutual,
// some variants omitted
}A description of the user's preference for encrypted messaging.
Variants
NoneMutual
Trait Implementations
impl Clone for AutocryptPreferEncrypt[src]
impl Clone for AutocryptPreferEncryptfn clone(&self) -> AutocryptPreferEncrypt[src]
fn clone(&self) -> AutocryptPreferEncryptReturns 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 AutocryptPreferEncryptimpl Debug for AutocryptPreferEncrypt[src]
impl Debug for AutocryptPreferEncryptfn 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 AutocryptPreferEncrypt[src]
impl Eq for AutocryptPreferEncryptimpl PartialEq for AutocryptPreferEncrypt[src]
impl PartialEq for AutocryptPreferEncryptfn eq(&self, __arg_0: &AutocryptPreferEncrypt) -> bool[src]
fn eq(&self, __arg_0: &AutocryptPreferEncrypt) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for AutocryptPreferEncrypt[src]
impl Hash for AutocryptPreferEncryptAuto Trait Implementations
impl Send for AutocryptPreferEncrypt
impl Send for AutocryptPreferEncryptimpl Sync for AutocryptPreferEncrypt
impl Sync for AutocryptPreferEncrypt