pub struct AssetMemoryKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AssetMemoryKey
impl Clone for AssetMemoryKey
Source§fn clone(&self) -> AssetMemoryKey
fn clone(&self) -> AssetMemoryKey
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 AssetMemoryKey
impl Debug for AssetMemoryKey
Source§impl<'de> Deserialize<'de> for AssetMemoryKey
impl<'de> Deserialize<'de> for AssetMemoryKey
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
Source§impl From<&str> for AssetMemoryKey
impl From<&str> for AssetMemoryKey
Source§impl From<SmolStr> for AssetMemoryKey
impl From<SmolStr> for AssetMemoryKey
Source§impl From<String> for AssetMemoryKey
impl From<String> for AssetMemoryKey
Source§impl Hash for AssetMemoryKey
impl Hash for AssetMemoryKey
Source§impl PartialEq for AssetMemoryKey
impl PartialEq for AssetMemoryKey
Source§impl Serialize for AssetMemoryKey
impl Serialize for AssetMemoryKey
impl Eq for AssetMemoryKey
impl StructuralPartialEq for AssetMemoryKey
Auto Trait Implementations§
impl Freeze for AssetMemoryKey
impl RefUnwindSafe for AssetMemoryKey
impl Send for AssetMemoryKey
impl Sync for AssetMemoryKey
impl Unpin for AssetMemoryKey
impl UnsafeUnpin for AssetMemoryKey
impl UnwindSafe for AssetMemoryKey
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