pub enum Absorbs {
First,
Middle,
Last,
Only,
}
Expand description
Order of absorb steps in the computation depending on the number of blocks to absorb
Variants§
Trait Implementations§
source§impl IntoEnumIterator for Absorbs
impl IntoEnumIterator for Absorbs
type Iterator = AbsorbsIter
fn iter() -> AbsorbsIter ⓘ
source§impl Ord for Absorbs
impl Ord for Absorbs
source§impl PartialEq<Absorbs> for Absorbs
impl PartialEq<Absorbs> for Absorbs
source§impl PartialOrd<Absorbs> for Absorbs
impl PartialOrd<Absorbs> for Absorbs
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Absorbs
impl Eq for Absorbs
impl StructuralEq for Absorbs
impl StructuralPartialEq for Absorbs
Auto Trait Implementations§
impl RefUnwindSafe for Absorbs
impl Send for Absorbs
impl Sync for Absorbs
impl Unpin for Absorbs
impl UnwindSafe for Absorbs
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more