Struct agdb::InsertIndexQuery
source · pub struct InsertIndexQuery(pub DbValue);Expand description
Query to create a new index on a given key.
Tuple Fields§
§0: DbValueTrait Implementations§
source§impl QueryMut for InsertIndexQuery
impl QueryMut for InsertIndexQuery
fn process<Store: StorageData>( &self, db: &mut DbImpl<Store> ) -> Result<QueryResult, QueryError>
Auto Trait Implementations§
impl RefUnwindSafe for InsertIndexQuery
impl Send for InsertIndexQuery
impl Sync for InsertIndexQuery
impl Unpin for InsertIndexQuery
impl UnwindSafe for InsertIndexQuery
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