pub struct QuerySetSentinelKey { /* private fields */ }Expand description
Sentinel for tracking all queries of a type.
Used by list_queries to track dependencies on the set of queries,
rather than individual query values.
Implementations§
Trait Implementations§
Source§impl Clone for QuerySetSentinelKey
impl Clone for QuerySetSentinelKey
Source§fn clone(&self) -> QuerySetSentinelKey
fn clone(&self) -> QuerySetSentinelKey
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 moreSource§impl Debug for QuerySetSentinelKey
impl Debug for QuerySetSentinelKey
Source§impl From<QuerySetSentinelKey> for FullCacheKey
impl From<QuerySetSentinelKey> for FullCacheKey
Source§fn from(key: QuerySetSentinelKey) -> Self
fn from(key: QuerySetSentinelKey) -> Self
Converts to this type from the input type.
Source§impl Hash for QuerySetSentinelKey
impl Hash for QuerySetSentinelKey
Source§impl PartialEq for QuerySetSentinelKey
impl PartialEq for QuerySetSentinelKey
impl Copy for QuerySetSentinelKey
impl Eq for QuerySetSentinelKey
Auto Trait Implementations§
impl Freeze for QuerySetSentinelKey
impl RefUnwindSafe for QuerySetSentinelKey
impl Send for QuerySetSentinelKey
impl Sync for QuerySetSentinelKey
impl Unpin for QuerySetSentinelKey
impl UnwindSafe for QuerySetSentinelKey
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.