Enum descartes::PieceEquivalence [−][src]
pub enum PieceEquivalence {
Different,
Forward,
Backward,
}Variants
DifferentForwardBackward
Trait Implementations
impl PartialEq for PieceEquivalence[src]
impl PartialEq for PieceEquivalencefn eq(&self, other: &PieceEquivalence) -> bool[src]
fn eq(&self, other: &PieceEquivalence) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Copy for PieceEquivalence[src]
impl Copy for PieceEquivalenceimpl Clone for PieceEquivalence[src]
impl Clone for PieceEquivalencefn clone(&self) -> PieceEquivalence[src]
fn clone(&self) -> PieceEquivalenceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PieceEquivalence[src]
impl Debug for PieceEquivalenceAuto Trait Implementations
impl Send for PieceEquivalence
impl Send for PieceEquivalenceimpl Sync for PieceEquivalence
impl Sync for PieceEquivalence