pub enum HashAlgorithmChoice {
Blake3,
}Expand description
Hash algorithm options for global configuration
Variants§
Blake3
Blake3 is chosen for its speed and security
Trait Implementations§
Source§impl Clone for HashAlgorithmChoice
impl Clone for HashAlgorithmChoice
Source§fn clone(&self) -> HashAlgorithmChoice
fn clone(&self) -> HashAlgorithmChoice
Returns a duplicate 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 HashAlgorithmChoice
impl Debug for HashAlgorithmChoice
Source§impl Default for HashAlgorithmChoice
impl Default for HashAlgorithmChoice
Source§fn default() -> HashAlgorithmChoice
fn default() -> HashAlgorithmChoice
Returns the “default value” for a type. Read more
Source§impl PartialEq for HashAlgorithmChoice
impl PartialEq for HashAlgorithmChoice
impl Eq for HashAlgorithmChoice
impl StructuralPartialEq for HashAlgorithmChoice
Auto Trait Implementations§
impl Freeze for HashAlgorithmChoice
impl RefUnwindSafe for HashAlgorithmChoice
impl Send for HashAlgorithmChoice
impl Sync for HashAlgorithmChoice
impl Unpin for HashAlgorithmChoice
impl UnwindSafe for HashAlgorithmChoice
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