Enum morph_rs::Involvement
source · pub enum Involvement {
Incluso,
Excluso,
}
Variants§
Trait Implementations§
source§impl Clone for Involvement
impl Clone for Involvement
source§fn clone(&self) -> Involvement
fn clone(&self) -> Involvement
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 Involvement
impl Debug for Involvement
source§impl<'de> Deserialize<'de> for Involvement
impl<'de> Deserialize<'de> for Involvement
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 Involvement
impl Display for Involvement
source§impl Hash for Involvement
impl Hash for Involvement
source§impl Ord for Involvement
impl Ord for Involvement
source§fn cmp(&self, other: &Involvement) -> Ordering
fn cmp(&self, other: &Involvement) -> 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 Involvement
impl PartialEq for Involvement
source§fn eq(&self, other: &Involvement) -> bool
fn eq(&self, other: &Involvement) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Involvement
impl PartialOrd for Involvement
source§fn partial_cmp(&self, other: &Involvement) -> Option<Ordering>
fn partial_cmp(&self, other: &Involvement) -> 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 Involvement
impl Serialize for Involvement
impl Copy for Involvement
impl Eq for Involvement
impl StructuralPartialEq for Involvement
Auto Trait Implementations§
impl Freeze for Involvement
impl RefUnwindSafe for Involvement
impl Send for Involvement
impl Sync for Involvement
impl Unpin for Involvement
impl UnwindSafe for Involvement
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