pub struct MemoryRegistryEntry {
pub crate_name: String,
pub label: String,
}Expand description
MemoryRegistryEntry
Fields§
§crate_name: String§label: StringTrait Implementations§
Source§impl Clone for MemoryRegistryEntry
impl Clone for MemoryRegistryEntry
Source§fn clone(&self) -> MemoryRegistryEntry
fn clone(&self) -> MemoryRegistryEntry
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 moreAuto Trait Implementations§
impl Freeze for MemoryRegistryEntry
impl RefUnwindSafe for MemoryRegistryEntry
impl Send for MemoryRegistryEntry
impl Sync for MemoryRegistryEntry
impl Unpin for MemoryRegistryEntry
impl UnwindSafe for MemoryRegistryEntry
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