pub enum QCryptoHashAlgorithm {
md5,
sha1,
sha224,
sha256,
sha384,
sha512,
ripemd160,
}
Variants§
Trait Implementations§
Source§impl Clone for QCryptoHashAlgorithm
impl Clone for QCryptoHashAlgorithm
Source§fn clone(&self) -> QCryptoHashAlgorithm
fn clone(&self) -> QCryptoHashAlgorithm
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QCryptoHashAlgorithm
impl Debug for QCryptoHashAlgorithm
Source§impl<'de> Deserialize<'de> for QCryptoHashAlgorithm
impl<'de> Deserialize<'de> for QCryptoHashAlgorithm
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for QCryptoHashAlgorithm
impl Enum for QCryptoHashAlgorithm
Source§impl FromStr for QCryptoHashAlgorithm
impl FromStr for QCryptoHashAlgorithm
Source§impl Hash for QCryptoHashAlgorithm
impl Hash for QCryptoHashAlgorithm
Source§impl Ord for QCryptoHashAlgorithm
impl Ord for QCryptoHashAlgorithm
Source§fn cmp(&self, other: &QCryptoHashAlgorithm) -> Ordering
fn cmp(&self, other: &QCryptoHashAlgorithm) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QCryptoHashAlgorithm
impl PartialEq for QCryptoHashAlgorithm
Source§impl PartialOrd for QCryptoHashAlgorithm
impl PartialOrd for QCryptoHashAlgorithm
Source§impl Serialize for QCryptoHashAlgorithm
impl Serialize for QCryptoHashAlgorithm
impl Copy for QCryptoHashAlgorithm
impl Eq for QCryptoHashAlgorithm
impl StructuralPartialEq for QCryptoHashAlgorithm
Auto Trait Implementations§
impl Freeze for QCryptoHashAlgorithm
impl RefUnwindSafe for QCryptoHashAlgorithm
impl Send for QCryptoHashAlgorithm
impl Sync for QCryptoHashAlgorithm
impl Unpin for QCryptoHashAlgorithm
impl UnwindSafe for QCryptoHashAlgorithm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more