pub enum LineageRelationKind {
DerivedFrom,
ConsolidatedFrom,
Supersedes,
SupersededBy,
ConflictsWith,
}Variants§
Trait Implementations§
Source§impl Clone for LineageRelationKind
impl Clone for LineageRelationKind
Source§fn clone(&self) -> LineageRelationKind
fn clone(&self) -> LineageRelationKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LineageRelationKind
impl Debug for LineageRelationKind
Source§impl Default for LineageRelationKind
impl Default for LineageRelationKind
Source§fn default() -> LineageRelationKind
fn default() -> LineageRelationKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineageRelationKind
impl<'de> Deserialize<'de> for LineageRelationKind
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 PartialEq for LineageRelationKind
impl PartialEq for LineageRelationKind
Source§fn eq(&self, other: &LineageRelationKind) -> bool
fn eq(&self, other: &LineageRelationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LineageRelationKind
impl Serialize for LineageRelationKind
impl Copy for LineageRelationKind
impl Eq for LineageRelationKind
impl StructuralPartialEq for LineageRelationKind
Auto Trait Implementations§
impl Freeze for LineageRelationKind
impl RefUnwindSafe for LineageRelationKind
impl Send for LineageRelationKind
impl Sync for LineageRelationKind
impl Unpin for LineageRelationKind
impl UnsafeUnpin for LineageRelationKind
impl UnwindSafe for LineageRelationKind
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