pub enum NodeRefDeltaMpt {
    Committed {
        db_key: u32,
    },
    Dirty {
        index: u32,
    },
}Variants§
Trait Implementations§
Source§impl Clone for NodeRefDeltaMpt
 
impl Clone for NodeRefDeltaMpt
Source§fn clone(&self) -> NodeRefDeltaMpt
 
fn clone(&self) -> NodeRefDeltaMpt
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 NodeRefDeltaMpt
 
impl Debug for NodeRefDeltaMpt
Source§impl From<NodeRefDeltaMpt> for NodeRefDeltaMptCompact
 
impl From<NodeRefDeltaMpt> for NodeRefDeltaMptCompact
Source§fn from(node: NodeRefDeltaMpt) -> Self
 
fn from(node: NodeRefDeltaMpt) -> Self
Converts to this type from the input type.
Source§impl From<NodeRefDeltaMptCompact> for NodeRefDeltaMpt
 
impl From<NodeRefDeltaMptCompact> for NodeRefDeltaMpt
Source§fn from(x: NodeRefDeltaMptCompact) -> Self
 
fn from(x: NodeRefDeltaMptCompact) -> Self
Converts to this type from the input type.
Source§impl MallocSizeOf for NodeRefDeltaMpt
 
impl MallocSizeOf for NodeRefDeltaMpt
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
 
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl Ord for NodeRefDeltaMpt
 
impl Ord for NodeRefDeltaMpt
Source§fn cmp(&self, other: &NodeRefDeltaMpt) -> Ordering
 
fn cmp(&self, other: &NodeRefDeltaMpt) -> 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 NodeRefDeltaMpt
 
impl PartialEq for NodeRefDeltaMpt
Source§impl PartialOrd for NodeRefDeltaMpt
 
impl PartialOrd for NodeRefDeltaMpt
impl Eq for NodeRefDeltaMpt
impl StructuralPartialEq for NodeRefDeltaMpt
Auto Trait Implementations§
impl Freeze for NodeRefDeltaMpt
impl RefUnwindSafe for NodeRefDeltaMpt
impl Send for NodeRefDeltaMpt
impl Sync for NodeRefDeltaMpt
impl Unpin for NodeRefDeltaMpt
impl UnwindSafe for NodeRefDeltaMpt
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§impl<Q, K> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
Source§impl<T> ElementSatisfy<ElementNoConstrain> for T
 
impl<T> ElementSatisfy<ElementNoConstrain> for T
fn to_constrain_object(&self) -> &ElementNoConstrain
fn to_constrain_object_mut(&mut self) -> &mut ElementNoConstrain
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.