Struct ethers_core::abi::struct_def::StructFieldDeclaration [−][src]
pub struct StructFieldDeclaration { /* fields omitted */ }
Expand description
Represents a elementary field declaration inside a struct with a : int x
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 StructFieldDeclaration
impl Send for StructFieldDeclaration
impl Sync for StructFieldDeclaration
impl Unpin for StructFieldDeclaration
impl UnwindSafe for StructFieldDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self