pub struct InsertIndexQuery(pub DbValue);Expand description
Query to create a new index on a given key.
Tuple Fields§
§0: DbValueTrait Implementations§
Source§impl Clone for InsertIndexQuery
impl Clone for InsertIndexQuery
Source§fn clone(&self) -> InsertIndexQuery
fn clone(&self) -> InsertIndexQuery
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 InsertIndexQuery
impl Debug for InsertIndexQuery
Source§impl PartialEq for InsertIndexQuery
impl PartialEq for InsertIndexQuery
Source§impl QueryMut for &InsertIndexQuery
impl QueryMut for &InsertIndexQuery
fn process<Store: StorageData>( &self, db: &mut DbImpl<Store>, ) -> Result<QueryResult, DbError>
Source§impl QueryMut for InsertIndexQuery
impl QueryMut for InsertIndexQuery
fn process<Store: StorageData>( &self, db: &mut DbImpl<Store>, ) -> Result<QueryResult, DbError>
Source§impl Serialize for InsertIndexQuery
impl Serialize for InsertIndexQuery
impl StructuralPartialEq for InsertIndexQuery
Auto Trait Implementations§
impl Freeze for InsertIndexQuery
impl RefUnwindSafe for InsertIndexQuery
impl Send for InsertIndexQuery
impl Sync for InsertIndexQuery
impl Unpin for InsertIndexQuery
impl UnsafeUnpin 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