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 PartialOrd for Absorbs
impl PartialOrd for Absorbs
impl Copy for Absorbs
impl Eq for Absorbs
impl StructuralPartialEq for Absorbs
Auto Trait Implementations§
impl Freeze for Absorbs
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
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