pub enum ExecutionFastPath {
PrimaryKey,
SecondaryIndex,
IndexRange,
}Expand description
ExecutionFastPath
Fast-path branch selected by load execution, if any.
Variants§
Trait Implementations§
Source§impl Clone for ExecutionFastPath
impl Clone for ExecutionFastPath
Source§fn clone(&self) -> ExecutionFastPath
fn clone(&self) -> ExecutionFastPath
Returns a duplicate 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 ExecutionFastPath
impl Debug for ExecutionFastPath
Source§impl PartialEq for ExecutionFastPath
impl PartialEq for ExecutionFastPath
impl Copy for ExecutionFastPath
impl Eq for ExecutionFastPath
impl StructuralPartialEq for ExecutionFastPath
Auto Trait Implementations§
impl Freeze for ExecutionFastPath
impl RefUnwindSafe for ExecutionFastPath
impl Send for ExecutionFastPath
impl Sync for ExecutionFastPath
impl Unpin for ExecutionFastPath
impl UnsafeUnpin for ExecutionFastPath
impl UnwindSafe for ExecutionFastPath
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