pub struct MemoryRegistryEntryView {
pub id: u8,
pub crate_name: String,
pub label: String,
}Expand description
MemoryRegistryEntryView
Fields§
§id: u8§crate_name: String§label: StringTrait Implementations§
Source§impl CandidType for MemoryRegistryEntryView
impl CandidType for MemoryRegistryEntryView
Source§impl Clone for MemoryRegistryEntryView
impl Clone for MemoryRegistryEntryView
Source§fn clone(&self) -> MemoryRegistryEntryView
fn clone(&self) -> MemoryRegistryEntryView
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 MemoryRegistryEntryView
impl Debug for MemoryRegistryEntryView
Source§impl<'de> Deserialize<'de> for MemoryRegistryEntryView
impl<'de> Deserialize<'de> for MemoryRegistryEntryView
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
Auto Trait Implementations§
impl Freeze for MemoryRegistryEntryView
impl RefUnwindSafe for MemoryRegistryEntryView
impl Send for MemoryRegistryEntryView
impl Sync for MemoryRegistryEntryView
impl Unpin for MemoryRegistryEntryView
impl UnwindSafe for MemoryRegistryEntryView
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