pub struct QueryCollection(/* private fields */);
Expand description
A collection of queries
Implementations§
Trait Implementations§
Source§impl Clone for QueryCollection
impl Clone for QueryCollection
Source§fn clone(&self) -> QueryCollection
fn clone(&self) -> QueryCollection
Returns a copy 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 QueryCollection
impl Debug for QueryCollection
Source§impl Default for QueryCollection
impl Default for QueryCollection
Source§fn default() -> QueryCollection
fn default() -> QueryCollection
Returns the “default value” for a type. Read more
Source§impl IntoIterator for QueryCollection
impl IntoIterator for QueryCollection
Source§impl PartialEq for QueryCollection
impl PartialEq for QueryCollection
Source§impl Serialize for QueryCollection
impl Serialize for QueryCollection
impl StructuralPartialEq for QueryCollection
Auto Trait Implementations§
impl Freeze for QueryCollection
impl RefUnwindSafe for QueryCollection
impl Send for QueryCollection
impl Sync for QueryCollection
impl Unpin for QueryCollection
impl UnwindSafe for QueryCollection
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