Enum gmime::VerifyFlags [−][src]
pub enum VerifyFlags {
VerifyNone,
// some variants omitted
}Signature verification flags.
Variants
VerifyNone
Trait Implementations
impl Clone for VerifyFlags[src]
impl Clone for VerifyFlagsfn clone(&self) -> VerifyFlags[src]
fn clone(&self) -> VerifyFlagsReturns 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 VerifyFlags[src]
impl Copy for VerifyFlagsimpl Debug for VerifyFlags[src]
impl Debug for VerifyFlagsfn 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 VerifyFlags[src]
impl Eq for VerifyFlagsimpl PartialEq for VerifyFlags[src]
impl PartialEq for VerifyFlagsfn eq(&self, __arg_0: &VerifyFlags) -> bool[src]
fn eq(&self, __arg_0: &VerifyFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &VerifyFlags) -> bool[src]
fn ne(&self, __arg_0: &VerifyFlags) -> boolThis method tests for !=.
impl Hash for VerifyFlags[src]
impl Hash for VerifyFlagsAuto Trait Implementations
impl Send for VerifyFlags
impl Send for VerifyFlagsimpl Sync for VerifyFlags
impl Sync for VerifyFlags