Enum gmime::ChecksumType [−]
pub enum ChecksumType { Md5, Sha1, Sha256, // some variants omitted }
Variants
Md5
Sha1
Sha256
Trait Implementations
impl Hash for ChecksumType
impl Hash for ChecksumType
fn 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 ChecksumType
fn eq(&self, __arg_0: &ChecksumType) -> bool
fn eq(&self, __arg_0: &ChecksumType) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for ChecksumType
impl Eq for ChecksumType
impl Copy for ChecksumType
impl Copy for ChecksumType
impl Clone for ChecksumType
impl Clone for ChecksumType
fn clone(&self) -> ChecksumType
fn clone(&self) -> ChecksumType
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 Debug for ChecksumType
impl Debug for ChecksumType
Auto Trait Implementations
impl Send for ChecksumType
impl Send for ChecksumType
impl Sync for ChecksumType
impl Sync for ChecksumType