pub enum IntegrityPhase {
QuickMetadata,
Rows,
IndexEntries,
ReverseRelations,
JournalTails,
FinalProofVectorCheck,
}Expand description
Canonical Deep inspection phase.
Variants§
QuickMetadata
Bounded accepted metadata and control closure.
Rows
Canonical physical row storage.
IndexEntries
Active forward-index storage.
ReverseRelations
Active source-owned reverse-relation storage.
JournalTails
Durable journal tails.
FinalProofVectorCheck
Final unchanged-proof-vector comparison.
Trait Implementations§
Source§impl CandidType for IntegrityPhase
impl CandidType for IntegrityPhase
Source§impl Clone for IntegrityPhase
impl Clone for IntegrityPhase
Source§fn clone(&self) -> IntegrityPhase
fn clone(&self) -> IntegrityPhase
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 IntegrityPhase
Source§impl Debug for IntegrityPhase
impl Debug for IntegrityPhase
Source§impl<'de> Deserialize<'de> for IntegrityPhase
impl<'de> Deserialize<'de> for IntegrityPhase
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 IntegrityPhase
Source§impl PartialEq for IntegrityPhase
impl PartialEq for IntegrityPhase
impl StructuralPartialEq for IntegrityPhase
Auto Trait Implementations§
impl Freeze for IntegrityPhase
impl RefUnwindSafe for IntegrityPhase
impl Send for IntegrityPhase
impl Sync for IntegrityPhase
impl Unpin for IntegrityPhase
impl UnsafeUnpin for IntegrityPhase
impl UnwindSafe for IntegrityPhase
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