pub enum Algorithms {
Md2,
Md4,
Md5,
Sha1,
Sha224,
Sha256,
Sha384,
Sha512,
Sm3,
}
Expand description
Enumeration of algorithm options.
Variants§
Trait Implementations§
Source§impl Clone for Algorithms
impl Clone for Algorithms
Source§fn clone(&self) -> Algorithms
fn clone(&self) -> Algorithms
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for Algorithms
Auto Trait Implementations§
impl Freeze for Algorithms
impl RefUnwindSafe for Algorithms
impl Send for Algorithms
impl Sync for Algorithms
impl Unpin for Algorithms
impl UnwindSafe for Algorithms
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