pub enum Sponges {
Absorb(Absorbs),
Squeeze,
}
Expand description
Variants of Keccak sponges
Variants§
Trait Implementations§
Source§impl IntoEnumIterator for Sponges
impl IntoEnumIterator for Sponges
type Iterator = SpongesIter
fn iter() -> SpongesIter ⓘ
Source§impl Ord for Sponges
impl Ord for Sponges
Source§impl PartialOrd for Sponges
impl PartialOrd for Sponges
impl Copy for Sponges
impl Eq for Sponges
impl StructuralPartialEq for Sponges
Auto Trait Implementations§
impl Freeze for Sponges
impl RefUnwindSafe for Sponges
impl Send for Sponges
impl Sync for Sponges
impl Unpin for Sponges
impl UnwindSafe for Sponges
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more