pub struct EsdtAttributeAbi {
pub ticker: String,
pub ty: TypeName,
pub type_descriptions: TypeDescriptionContainerImpl,
}
Fields§
§ticker: String
§ty: TypeName
§type_descriptions: TypeDescriptionContainerImpl
Implementations§
Source§impl EsdtAttributeAbi
impl EsdtAttributeAbi
Sourcepub fn new<T: TypeAbi>(arg_name: &str) -> EsdtAttributeAbi
pub fn new<T: TypeAbi>(arg_name: &str) -> EsdtAttributeAbi
Used in code generation.
Trait Implementations§
Source§impl Clone for EsdtAttributeAbi
impl Clone for EsdtAttributeAbi
Source§fn clone(&self) -> EsdtAttributeAbi
fn clone(&self) -> EsdtAttributeAbi
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for EsdtAttributeAbi
impl RefUnwindSafe for EsdtAttributeAbi
impl Send for EsdtAttributeAbi
impl Sync for EsdtAttributeAbi
impl Unpin for EsdtAttributeAbi
impl UnwindSafe for EsdtAttributeAbi
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