pub struct MemoryId(pub String);Expand description
Stable identifier for a memory item.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MemoryId
impl<'de> Deserialize<'de> for MemoryId
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 MemoryId
impl StructuralPartialEq for MemoryId
Auto Trait Implementations§
impl Freeze for MemoryId
impl RefUnwindSafe for MemoryId
impl Send for MemoryId
impl Sync for MemoryId
impl Unpin for MemoryId
impl UnsafeUnpin for MemoryId
impl UnwindSafe for MemoryId
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