pub struct IdlMetadata {
pub name: Option<String>,
pub version: Option<String>,
pub address: Option<String>,
pub spec: Option<String>,
pub description: Option<String>,
pub origin: Option<String>,
}Fields§
§name: Option<String>§version: Option<String>§address: Option<String>§spec: Option<String>§description: Option<String>§origin: Option<String>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<'de> Deserialize<'de> for IdlMetadata
impl<'de> Deserialize<'de> for IdlMetadata
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 IdlMetadata
impl RefUnwindSafe for IdlMetadata
impl Send for IdlMetadata
impl Sync for IdlMetadata
impl Unpin for IdlMetadata
impl UnsafeUnpin 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