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>
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> Freeze for Ignore<E>where
E: Freeze,
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.