Struct agdb_api::QueriesResults
source · pub struct QueriesResults(pub Vec<QueryResult>);Tuple Fields§
§0: Vec<QueryResult>Trait Implementations§
source§impl Serialize for QueriesResults
impl Serialize for QueriesResults
Auto Trait Implementations§
impl Freeze for QueriesResults
impl RefUnwindSafe for QueriesResults
impl Send for QueriesResults
impl Sync for QueriesResults
impl Unpin for QueriesResults
impl UnwindSafe for QueriesResults
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