pub struct LatticeWord;Expand description
Tableau satisfies the lattice word (Yamanouchi) condition.
Trait Implementations§
Source§impl Clone for LatticeWord
impl Clone for LatticeWord
Source§fn clone(&self) -> LatticeWord
fn clone(&self) -> LatticeWord
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 moreSource§impl Debug for LatticeWord
impl Debug for LatticeWord
Source§impl Default for LatticeWord
impl Default for LatticeWord
Source§fn default() -> LatticeWord
fn default() -> LatticeWord
Returns the “default value” for a type. Read more
Source§impl Hash for LatticeWord
impl Hash for LatticeWord
Source§impl PartialEq for LatticeWord
impl PartialEq for LatticeWord
impl Copy for LatticeWord
impl Eq for LatticeWord
impl StructuralPartialEq for LatticeWord
impl TableauValidity for LatticeWord
Auto Trait Implementations§
impl Freeze for LatticeWord
impl RefUnwindSafe for LatticeWord
impl Send for LatticeWord
impl Sync for LatticeWord
impl Unpin for LatticeWord
impl UnwindSafe for LatticeWord
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