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 Freeze 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