pub struct AssetKeySetSentinelKey { /* private fields */ }Expand description
Sentinel for tracking all asset keys of a type.
Used by list_asset_keys to track dependencies on the set of asset keys,
rather than individual asset values.
Implementations§
Trait Implementations§
Source§impl Clone for AssetKeySetSentinelKey
impl Clone for AssetKeySetSentinelKey
Source§fn clone(&self) -> AssetKeySetSentinelKey
fn clone(&self) -> AssetKeySetSentinelKey
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 AssetKeySetSentinelKey
impl Debug for AssetKeySetSentinelKey
Source§impl From<AssetKeySetSentinelKey> for FullCacheKey
impl From<AssetKeySetSentinelKey> for FullCacheKey
Source§fn from(key: AssetKeySetSentinelKey) -> Self
fn from(key: AssetKeySetSentinelKey) -> Self
Converts to this type from the input type.
Source§impl Hash for AssetKeySetSentinelKey
impl Hash for AssetKeySetSentinelKey
Source§impl PartialEq for AssetKeySetSentinelKey
impl PartialEq for AssetKeySetSentinelKey
impl Copy for AssetKeySetSentinelKey
impl Eq for AssetKeySetSentinelKey
Auto Trait Implementations§
impl Freeze for AssetKeySetSentinelKey
impl RefUnwindSafe for AssetKeySetSentinelKey
impl Send for AssetKeySetSentinelKey
impl Sync for AssetKeySetSentinelKey
impl Unpin for AssetKeySetSentinelKey
impl UnwindSafe for AssetKeySetSentinelKey
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.