pub enum GatedDeltaExecutionForm {
RecurrentScan,
ChunkedScan(GatedDeltaChunkPlan),
}Variants§
RecurrentScan
ChunkedScan(GatedDeltaChunkPlan)
Implementations§
Trait Implementations§
Source§impl Clone for GatedDeltaExecutionForm
impl Clone for GatedDeltaExecutionForm
Source§fn clone(&self) -> GatedDeltaExecutionForm
fn clone(&self) -> GatedDeltaExecutionForm
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 GatedDeltaExecutionForm
Source§impl Debug for GatedDeltaExecutionForm
impl Debug for GatedDeltaExecutionForm
impl Eq for GatedDeltaExecutionForm
Source§impl PartialEq for GatedDeltaExecutionForm
impl PartialEq for GatedDeltaExecutionForm
impl StructuralPartialEq for GatedDeltaExecutionForm
Auto Trait Implementations§
impl Freeze for GatedDeltaExecutionForm
impl RefUnwindSafe for GatedDeltaExecutionForm
impl Send for GatedDeltaExecutionForm
impl Sync for GatedDeltaExecutionForm
impl Unpin for GatedDeltaExecutionForm
impl UnsafeUnpin for GatedDeltaExecutionForm
impl UnwindSafe for GatedDeltaExecutionForm
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