pub struct AssetKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AssetKey
impl<'de> Deserialize<'de> for AssetKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AssetKey
impl StructuralPartialEq for AssetKey
Auto Trait Implementations§
impl Freeze for AssetKey
impl RefUnwindSafe for AssetKey
impl Send for AssetKey
impl Sync for AssetKey
impl Unpin for AssetKey
impl UnsafeUnpin for AssetKey
impl UnwindSafe for AssetKey
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