Struct multiversx_sc::abi::EventInputAbi
source · pub struct EventInputAbi {
pub arg_name: &'static str,
pub type_name: TypeName,
pub indexed: bool,
}
Fields§
§arg_name: &'static str
§type_name: TypeName
§indexed: bool
Trait Implementations§
source§impl Clone for EventInputAbi
impl Clone for EventInputAbi
source§fn clone(&self) -> EventInputAbi
fn clone(&self) -> EventInputAbi
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 CodecFromSelf for EventInputAbi
impl RefUnwindSafe for EventInputAbi
impl Send for EventInputAbi
impl Sync for EventInputAbi
impl Unpin for EventInputAbi
impl UnwindSafe for EventInputAbi
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