pub struct IndexPlan {
pub index: &'static IndexSpec,
pub values: Vec<Value>,
}Expand description
IndexPlan
Fields§
§index: &'static IndexSpec§values: Vec<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexPlan
impl RefUnwindSafe for IndexPlan
impl Send for IndexPlan
impl Sync for IndexPlan
impl Unpin for IndexPlan
impl UnwindSafe for IndexPlan
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