Struct agdb::SelectQuery
source · pub struct SelectQuery(pub QueryIds);Expand description
Query to select elements with all properties of given ids. All ids must exist in the database.
The result will be number of elements and the list of elements with all properties.
Tuple Fields§
§0: QueryIdsTrait Implementations§
source§impl Query for SelectQuery
impl Query for SelectQuery
fn process<Store: StorageData>( &self, db: &DbImpl<Store> ) -> Result<QueryResult, QueryError>
Auto Trait Implementations§
impl RefUnwindSafe for SelectQuery
impl Send for SelectQuery
impl Sync for SelectQuery
impl Unpin for SelectQuery
impl UnwindSafe for SelectQuery
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