pub enum BalloonVariant {
Sha256,
Sha512,
}Expand description
Underlying hash selector for BalloonHasher.
Variants§
Trait Implementations§
Source§impl Clone for BalloonVariant
impl Clone for BalloonVariant
Source§fn clone(&self) -> BalloonVariant
fn clone(&self) -> BalloonVariant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BalloonVariant
impl Debug for BalloonVariant
Source§impl PartialEq for BalloonVariant
impl PartialEq for BalloonVariant
Source§fn eq(&self, other: &BalloonVariant) -> bool
fn eq(&self, other: &BalloonVariant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BalloonVariant
impl Eq for BalloonVariant
impl StructuralPartialEq for BalloonVariant
Auto Trait Implementations§
impl Freeze for BalloonVariant
impl RefUnwindSafe for BalloonVariant
impl Send for BalloonVariant
impl Sync for BalloonVariant
impl Unpin for BalloonVariant
impl UnsafeUnpin for BalloonVariant
impl UnwindSafe for BalloonVariant
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