pub struct EsdtAttributeJson {
pub ticker: String,
pub ty: TypeName,
}
Fields§
§ticker: String
§ty: TypeName
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EsdtAttributeJson
impl<'de> Deserialize<'de> for EsdtAttributeJson
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
Source§impl From<&EsdtAttributeAbi> for EsdtAttributeJson
impl From<&EsdtAttributeAbi> for EsdtAttributeJson
Source§fn from(attr: &EsdtAttributeAbi) -> Self
fn from(attr: &EsdtAttributeAbi) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EsdtAttributeJson
impl RefUnwindSafe for EsdtAttributeJson
impl Send for EsdtAttributeJson
impl Sync for EsdtAttributeJson
impl Unpin for EsdtAttributeJson
impl UnwindSafe for EsdtAttributeJson
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