pub enum MutationJobPhase {
Forward,
Verify,
}Expand description
Current convergence phase of one mutation job.
Variants§
Forward
Scan authoritative keys and converge stale rows.
Verify
Prove a clean scan at one unchanged durable target revision.
Trait Implementations§
Source§impl CandidType for MutationJobPhase
impl CandidType for MutationJobPhase
Source§impl Clone for MutationJobPhase
impl Clone for MutationJobPhase
Source§fn clone(&self) -> MutationJobPhase
fn clone(&self) -> MutationJobPhase
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 MutationJobPhase
Source§impl Debug for MutationJobPhase
impl Debug for MutationJobPhase
Source§impl<'de> Deserialize<'de> for MutationJobPhase
impl<'de> Deserialize<'de> for MutationJobPhase
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 MutationJobPhase
Source§impl PartialEq for MutationJobPhase
impl PartialEq for MutationJobPhase
impl StructuralPartialEq for MutationJobPhase
Auto Trait Implementations§
impl Freeze for MutationJobPhase
impl RefUnwindSafe for MutationJobPhase
impl Send for MutationJobPhase
impl Sync for MutationJobPhase
impl Unpin for MutationJobPhase
impl UnsafeUnpin for MutationJobPhase
impl UnwindSafe for MutationJobPhase
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