Struct multiversx_sc::abi::InputAbi
source · pub struct InputAbi {
pub arg_name: &'static str,
pub type_name: TypeName,
pub multi_arg: bool,
}
Fields§
§arg_name: &'static str
§type_name: TypeName
§multi_arg: bool
Trait Implementations§
Auto Trait Implementations§
impl CodecFromSelf for InputAbi
impl RefUnwindSafe for InputAbi
impl Send for InputAbi
impl Sync for InputAbi
impl Unpin for InputAbi
impl UnwindSafe for InputAbi
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