pub struct Ignore<E> { /* private fields */ }
Expand description
A query modifier that ignores the data returned from an endpoint.
Trait Implementations§
source§impl<E, C> AsyncQuery<(), C> for Ignore<E>where
E: Endpoint + Sync,
C: AsyncClient + Sync,
impl<E, C> AsyncQuery<(), C> for Ignore<E>where E: Endpoint + Sync, C: AsyncClient + Sync,
source§impl<E: PartialEq> PartialEq<Ignore<E>> for Ignore<E>
impl<E: PartialEq> PartialEq<Ignore<E>> for Ignore<E>
impl<E: Copy> Copy for Ignore<E>
impl<E: Eq> Eq for Ignore<E>
impl<E> StructuralEq for Ignore<E>
impl<E> StructuralPartialEq for Ignore<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for Ignore<E>where E: RefUnwindSafe,
impl<E> Send for Ignore<E>where E: Send,
impl<E> Sync for Ignore<E>where E: Sync,
impl<E> Unpin for Ignore<E>where E: Unpin,
impl<E> UnwindSafe for Ignore<E>where E: UnwindSafe,
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.