pub struct BaseCollectionQuery<'q> { /* private fields */ }Expand description
Required query parameters. Any type the collection query can implement
must be able to return a base query, so valid queries can be constructed
for both CollectionItem and CollectionItemBrief.
Trait Implementations§
Source§impl<'q> Clone for BaseCollectionQuery<'q>
impl<'q> Clone for BaseCollectionQuery<'q>
Source§fn clone(&self) -> BaseCollectionQuery<'q>
fn clone(&self) -> BaseCollectionQuery<'q>
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 moreAuto Trait Implementations§
impl<'q> Freeze for BaseCollectionQuery<'q>
impl<'q> RefUnwindSafe for BaseCollectionQuery<'q>
impl<'q> Send for BaseCollectionQuery<'q>
impl<'q> Sync for BaseCollectionQuery<'q>
impl<'q> Unpin for BaseCollectionQuery<'q>
impl<'q> UnwindSafe for BaseCollectionQuery<'q>
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