Struct ethers_core::abi::struct_def::FieldDeclaration
source · [−]Expand description
A field declaration inside a struct
Fields
name: String
ty: FieldType
Implementations
Trait Implementations
sourceimpl Clone for FieldDeclaration
impl Clone for FieldDeclaration
sourcefn clone(&self) -> FieldDeclaration
fn clone(&self) -> FieldDeclaration
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FieldDeclaration
impl Debug for FieldDeclaration
sourceimpl PartialEq<FieldDeclaration> for FieldDeclaration
impl PartialEq<FieldDeclaration> for FieldDeclaration
sourcefn eq(&self, other: &FieldDeclaration) -> bool
fn eq(&self, other: &FieldDeclaration) -> bool
impl StructuralPartialEq for FieldDeclaration
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more