pub enum BlakeVariant {
Blake2S,
Blake2B,
}
Variants
Blake2S
Blake2B
Trait Implementations
sourceimpl Clone for BlakeVariant
impl Clone for BlakeVariant
sourcefn clone(&self) -> BlakeVariant
fn clone(&self) -> BlakeVariant
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for BlakeVariant
Auto Trait Implementations
impl RefUnwindSafe for BlakeVariant
impl Send for BlakeVariant
impl Sync for BlakeVariant
impl Unpin for BlakeVariant
impl UnwindSafe for BlakeVariant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more