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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§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