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