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>
impl<E, C> AsyncQuery<(), C> for Ignore<E>
source§impl<E: PartialEq> PartialEq for Ignore<E>
impl<E: PartialEq> PartialEq for Ignore<E>
impl<E: Copy> Copy for Ignore<E>
impl<E: Eq> Eq 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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.