Struct ethers_core::abi::struct_def::StructFieldDeclaration
source · pub struct StructFieldDeclaration { /* private fields */ }
Expand description
Represents a elementary field declaration inside a struct with a : int x
Trait Implementations§
source§impl Clone for StructFieldDeclaration
impl Clone for StructFieldDeclaration
source§fn clone(&self) -> StructFieldDeclaration
fn clone(&self) -> StructFieldDeclaration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more