pub struct EventInputAbiJson {
pub arg_name: String,
pub type_name: String,
pub indexed: Option<bool>,
}
Fields§
§arg_name: String
§type_name: String
§indexed: Option<bool>
Bool that is only serialized when true
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventInputAbiJson
impl<'de> Deserialize<'de> for EventInputAbiJson
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<&EventInputAbi> for EventInputAbiJson
impl From<&EventInputAbi> for EventInputAbiJson
Source§fn from(abi: &EventInputAbi) -> Self
fn from(abi: &EventInputAbi) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EventInputAbiJson
impl RefUnwindSafe for EventInputAbiJson
impl Send for EventInputAbiJson
impl Sync for EventInputAbiJson
impl Unpin for EventInputAbiJson
impl UnwindSafe for EventInputAbiJson
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