Enum ring::digest::AlgorithmID
source · enum AlgorithmID {
SHA1,
SHA256,
SHA384,
SHA512,
SHA512_256,
}
Variants§
Trait Implementations§
source§impl Debug for AlgorithmID
impl Debug for AlgorithmID
source§impl PartialEq for AlgorithmID
impl PartialEq for AlgorithmID
source§fn eq(&self, other: &AlgorithmID) -> bool
fn eq(&self, other: &AlgorithmID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AlgorithmID
impl StructuralPartialEq for AlgorithmID
Auto Trait Implementations§
impl Freeze for AlgorithmID
impl RefUnwindSafe for AlgorithmID
impl Send for AlgorithmID
impl Sync for AlgorithmID
impl Unpin for AlgorithmID
impl UnwindSafe for AlgorithmID
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