Struct multiversx_sc::abi::EventAbi
source · pub struct EventAbi {
pub docs: Vec<String>,
pub identifier: String,
pub inputs: Vec<EventInputAbi>,
}
Fields§
§docs: Vec<String>
§identifier: String
§inputs: Vec<EventInputAbi>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl CodecFromSelf for EventAbi
impl RefUnwindSafe for EventAbi
impl Send for EventAbi
impl Sync for EventAbi
impl Unpin for EventAbi
impl UnwindSafe for EventAbi
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