Struct ethers_contract_abigen::rawabi::Item [−][src]
pub struct Item {
pub inputs: Vec<Component>,
pub state_mutability: Option<String>,
pub type_field: String,
pub name: Option<String>,
pub outputs: Vec<Component>,
}Fields
inputs: Vec<Component>state_mutability: Option<String>type_field: Stringname: Option<String>outputs: Vec<Component>Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Item
impl UnwindSafe for Item
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more