pub enum PlanKind {
Keys,
Index,
Range,
FullScan,
}Expand description
PlanKind
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanKind
impl RefUnwindSafe for PlanKind
impl Send for PlanKind
impl Sync for PlanKind
impl Unpin for PlanKind
impl UnsafeUnpin for PlanKind
impl UnwindSafe for PlanKind
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