pub struct IsAbsorptive;Expand description
Meet and join satisfy absorption: a ∧ (a ∨ b) = a.
Trait Implementations§
impl Implies<IsAbsorptive> for IsLattice
impl Implies<IsAbsorptive> for IsBoundedLattice
Auto Trait Implementations§
impl Freeze for IsAbsorptive
impl RefUnwindSafe for IsAbsorptive
impl Send for IsAbsorptive
impl Sync for IsAbsorptive
impl Unpin for IsAbsorptive
impl UnsafeUnpin for IsAbsorptive
impl UnwindSafe for IsAbsorptive
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