Enum morph_rs::Transitivity
source · pub enum Transitivity {
Transitive,
Intransitive,
}
Variants§
Trait Implementations§
source§impl Clone for Transitivity
impl Clone for Transitivity
source§fn clone(&self) -> Transitivity
fn clone(&self) -> Transitivity
Returns a copy 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 Transitivity
impl Debug for Transitivity
source§impl<'de> Deserialize<'de> for Transitivity
impl<'de> Deserialize<'de> for Transitivity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for Transitivity
impl Display for Transitivity
source§impl Hash for Transitivity
impl Hash for Transitivity
source§impl Ord for Transitivity
impl Ord for Transitivity
source§fn cmp(&self, other: &Transitivity) -> Ordering
fn cmp(&self, other: &Transitivity) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Transitivity
impl PartialEq for Transitivity
source§fn eq(&self, other: &Transitivity) -> bool
fn eq(&self, other: &Transitivity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Transitivity
impl PartialOrd for Transitivity
source§fn partial_cmp(&self, other: &Transitivity) -> Option<Ordering>
fn partial_cmp(&self, other: &Transitivity) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for Transitivity
impl Serialize for Transitivity
impl Copy for Transitivity
impl Eq for Transitivity
impl StructuralPartialEq for Transitivity
Auto Trait Implementations§
impl Freeze for Transitivity
impl RefUnwindSafe for Transitivity
impl Send for Transitivity
impl Sync for Transitivity
impl Unpin for Transitivity
impl UnwindSafe for Transitivity
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