pub enum MemoryRevisionKind {
Created,
Activated,
Corroborated,
Refined,
Corrected,
RelationChanged,
StatusChanged,
}Expand description
Audit classification for the revision currently represented by a node.
Variants§
Trait Implementations§
Source§impl Clone for MemoryRevisionKind
impl Clone for MemoryRevisionKind
Source§fn clone(&self) -> MemoryRevisionKind
fn clone(&self) -> MemoryRevisionKind
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 moreimpl Copy for MemoryRevisionKind
Source§impl Debug for MemoryRevisionKind
impl Debug for MemoryRevisionKind
Source§impl<'de> Deserialize<'de> for MemoryRevisionKind
impl<'de> Deserialize<'de> for MemoryRevisionKind
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
impl Eq for MemoryRevisionKind
Source§impl Hash for MemoryRevisionKind
impl Hash for MemoryRevisionKind
Source§impl Ord for MemoryRevisionKind
impl Ord for MemoryRevisionKind
Source§fn cmp(&self, other: &MemoryRevisionKind) -> Ordering
fn cmp(&self, other: &MemoryRevisionKind) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for MemoryRevisionKind
impl PartialEq for MemoryRevisionKind
Source§impl PartialOrd for MemoryRevisionKind
impl PartialOrd for MemoryRevisionKind
Source§impl Serialize for MemoryRevisionKind
impl Serialize for MemoryRevisionKind
impl StructuralPartialEq for MemoryRevisionKind
Auto Trait Implementations§
impl Freeze for MemoryRevisionKind
impl RefUnwindSafe for MemoryRevisionKind
impl Send for MemoryRevisionKind
impl Sync for MemoryRevisionKind
impl Unpin for MemoryRevisionKind
impl UnsafeUnpin for MemoryRevisionKind
impl UnwindSafe for MemoryRevisionKind
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