pub struct IsBoundedLattice;Expand description
The type forms a bounded lattice: lattice with top and bottom.
Trait Implementations§
impl Implies<IsAbsorptive> for IsBoundedLattice
impl Implies<IsIdempotent> for IsBoundedLattice
impl Implies<IsLattice> for IsBoundedLattice
Auto Trait Implementations§
impl Freeze for IsBoundedLattice
impl RefUnwindSafe for IsBoundedLattice
impl Send for IsBoundedLattice
impl Sync for IsBoundedLattice
impl Unpin for IsBoundedLattice
impl UnsafeUnpin for IsBoundedLattice
impl UnwindSafe for IsBoundedLattice
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