pub enum ProgressJobFamily {
Integrity,
Resumable,
Mutation,
}Expand description
Stable family of one retained record in the shared progress allocation.
Variants§
Integrity
Engine-owned Deep integrity inspection.
Resumable
Application-owned generic resumable job.
Mutation
Engine-owned fixed SQL mutation job.
Trait Implementations§
Source§impl CandidType for ProgressJobFamily
impl CandidType for ProgressJobFamily
Source§impl Clone for ProgressJobFamily
impl Clone for ProgressJobFamily
Source§fn clone(&self) -> ProgressJobFamily
fn clone(&self) -> ProgressJobFamily
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 ProgressJobFamily
Source§impl Debug for ProgressJobFamily
impl Debug for ProgressJobFamily
Source§impl<'de> Deserialize<'de> for ProgressJobFamily
impl<'de> Deserialize<'de> for ProgressJobFamily
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 ProgressJobFamily
Source§impl PartialEq for ProgressJobFamily
impl PartialEq for ProgressJobFamily
impl StructuralPartialEq for ProgressJobFamily
Auto Trait Implementations§
impl Freeze for ProgressJobFamily
impl RefUnwindSafe for ProgressJobFamily
impl Send for ProgressJobFamily
impl Sync for ProgressJobFamily
impl Unpin for ProgressJobFamily
impl UnsafeUnpin for ProgressJobFamily
impl UnwindSafe for ProgressJobFamily
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