pub struct EventAbiJson {
pub docs: Vec<String>,
pub identifier: String,
pub inputs: Vec<EventInputAbiJson>,
}
Fields§
§docs: Vec<String>
§identifier: String
§inputs: Vec<EventInputAbiJson>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventAbiJson
impl<'de> Deserialize<'de> for EventAbiJson
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&EventAbi> for EventAbiJson
impl From<&EventAbi> for EventAbiJson
Auto Trait Implementations§
impl Freeze for EventAbiJson
impl RefUnwindSafe for EventAbiJson
impl Send for EventAbiJson
impl Sync for EventAbiJson
impl Unpin for EventAbiJson
impl UnwindSafe for EventAbiJson
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