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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssetKeySetSentinelKey
Source§impl Debug for AssetKeySetSentinelKey
impl Debug for AssetKeySetSentinelKey
impl Eq 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
Auto Trait Implementations§
impl Freeze for AssetKeySetSentinelKey
impl RefUnwindSafe for AssetKeySetSentinelKey
impl Send for AssetKeySetSentinelKey
impl Sync for AssetKeySetSentinelKey
impl Unpin for AssetKeySetSentinelKey
impl UnsafeUnpin 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