Struct ethers_core::abi::struct_def::FieldDeclaration [−][src]
Expand description
A field declaration inside a struct
Fields
name: String
ty: FieldType
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FieldDeclaration
impl Send for FieldDeclaration
impl Sync for FieldDeclaration
impl Unpin for FieldDeclaration
impl UnwindSafe for FieldDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more