Enum gmime::ChecksumType [−]
pub enum ChecksumType {
Md5,
Sha1,
Sha256,
// some variants omitted
}Variants
Md5Sha1Sha256
Trait Implementations
impl Hash for ChecksumType
impl Hash for ChecksumTypefn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, __arg_0: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq<ChecksumType> for ChecksumType
impl PartialEq<ChecksumType> for ChecksumTypefn eq(&self, __arg_0: &ChecksumType) -> bool
fn eq(&self, __arg_0: &ChecksumType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ChecksumType) -> bool
fn ne(&self, __arg_0: &ChecksumType) -> boolThis method tests for !=.
impl Eq for ChecksumType
impl Eq for ChecksumTypeimpl Copy for ChecksumType
impl Copy for ChecksumTypeimpl Clone for ChecksumType
impl Clone for ChecksumTypefn clone(&self) -> ChecksumType
fn clone(&self) -> ChecksumTypeReturns 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 Debug for ChecksumType
impl Debug for ChecksumTypeAuto Trait Implementations
impl Send for ChecksumType
impl Send for ChecksumTypeimpl Sync for ChecksumType
impl Sync for ChecksumType