Struct agdb::SelectIndexesQuery
source · pub struct SelectIndexesQuery {}Expand description
Query to select all indexes in the database.
The result will be number of returned indexes and single element
with index 0 and the properties corresponding to the names of the indexes
(keys) with u64 values representing number of indexed values in each
index.
Trait Implementations§
source§impl Debug for SelectIndexesQuery
impl Debug for SelectIndexesQuery
source§impl PartialEq for SelectIndexesQuery
impl PartialEq for SelectIndexesQuery
source§impl Query for SelectIndexesQuery
impl Query for SelectIndexesQuery
fn process<Store: StorageData>( &self, db: &DbImpl<Store>, ) -> Result<QueryResult, QueryError>
impl StructuralPartialEq for SelectIndexesQuery
Auto Trait Implementations§
impl Freeze for SelectIndexesQuery
impl RefUnwindSafe for SelectIndexesQuery
impl Send for SelectIndexesQuery
impl Sync for SelectIndexesQuery
impl Unpin for SelectIndexesQuery
impl UnwindSafe for SelectIndexesQuery
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