pub struct QueryPool(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Ord for QueryPool
impl Ord for QueryPool
source§impl PartialEq for QueryPool
impl PartialEq for QueryPool
source§impl PartialOrd for QueryPool
impl PartialOrd for QueryPool
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for QueryPool
impl Eq for QueryPool
impl StructuralPartialEq for QueryPool
Auto Trait Implementations§
impl Freeze for QueryPool
impl RefUnwindSafe for QueryPool
impl Send for QueryPool
impl Sync for QueryPool
impl Unpin for QueryPool
impl UnwindSafe for QueryPool
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