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