pub struct DistributiveLattice {
pub name: String,
pub is_finite: bool,
}Expand description
Distributive lattice (Birkhoff representation).
Fields§
§name: String§is_finite: boolImplementations§
Trait Implementations§
Source§impl Clone for DistributiveLattice
impl Clone for DistributiveLattice
Source§fn clone(&self) -> DistributiveLattice
fn clone(&self) -> DistributiveLattice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DistributiveLattice
impl RefUnwindSafe for DistributiveLattice
impl Send for DistributiveLattice
impl Sync for DistributiveLattice
impl Unpin for DistributiveLattice
impl UnsafeUnpin for DistributiveLattice
impl UnwindSafe for DistributiveLattice
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