pub struct RuntimeMetadata { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RuntimeMetadata
impl Clone for RuntimeMetadata
Source§fn clone(&self) -> RuntimeMetadata
fn clone(&self) -> RuntimeMetadata
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 RuntimeMetadata
impl Debug for RuntimeMetadata
Source§impl Default for RuntimeMetadata
impl Default for RuntimeMetadata
Source§impl From<RuntimeMetadata> for RuntimeMetadata
impl From<RuntimeMetadata> for RuntimeMetadata
Source§fn from(value: RuntimeMetadata) -> Self
fn from(value: RuntimeMetadata) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RuntimeMetadata> for RuntimeMetadata
impl TryFrom<RuntimeMetadata> for RuntimeMetadata
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RuntimeMetadata) -> Result<Self, ConversionError>
fn try_from(value: RuntimeMetadata) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RuntimeMetadata
impl RefUnwindSafe for RuntimeMetadata
impl Send for RuntimeMetadata
impl Sync for RuntimeMetadata
impl Unpin for RuntimeMetadata
impl UnsafeUnpin for RuntimeMetadata
impl UnwindSafe for RuntimeMetadata
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