pub struct EsdtAttributeAbiJson {
pub esdt_attribute: EsdtAttributeJson,
pub types: BTreeMap<String, TypeDescriptionJson>,
}
Expand description
Represents an entire ESDT attribute ABI file. The type descriptions only show up here.
Fields§
§esdt_attribute: EsdtAttributeJson
§types: BTreeMap<String, TypeDescriptionJson>
Implementations§
Source§impl EsdtAttributeAbiJson
impl EsdtAttributeAbiJson
pub fn new(attr: &EsdtAttributeAbi) -> Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EsdtAttributeAbiJson
impl<'de> Deserialize<'de> for EsdtAttributeAbiJson
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 EsdtAttributeAbiJson
impl RefUnwindSafe for EsdtAttributeAbiJson
impl Send for EsdtAttributeAbiJson
impl Sync for EsdtAttributeAbiJson
impl Unpin for EsdtAttributeAbiJson
impl UnwindSafe for EsdtAttributeAbiJson
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