#[non_exhaustive]pub struct NetworkEthereumAttributes { /* private fields */ }
Expand description
Attributes of Ethereum for a network.
Implementations§
source§impl NetworkEthereumAttributes
impl NetworkEthereumAttributes
sourcepub fn builder() -> NetworkEthereumAttributesBuilder
pub fn builder() -> NetworkEthereumAttributesBuilder
Creates a new builder-style object to manufacture NetworkEthereumAttributes
.
Trait Implementations§
source§impl Clone for NetworkEthereumAttributes
impl Clone for NetworkEthereumAttributes
source§fn clone(&self) -> NetworkEthereumAttributes
fn clone(&self) -> NetworkEthereumAttributes
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 moresource§impl Debug for NetworkEthereumAttributes
impl Debug for NetworkEthereumAttributes
source§impl PartialEq<NetworkEthereumAttributes> for NetworkEthereumAttributes
impl PartialEq<NetworkEthereumAttributes> for NetworkEthereumAttributes
source§fn eq(&self, other: &NetworkEthereumAttributes) -> bool
fn eq(&self, other: &NetworkEthereumAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NetworkEthereumAttributes
Auto Trait Implementations§
impl RefUnwindSafe for NetworkEthereumAttributes
impl Send for NetworkEthereumAttributes
impl Sync for NetworkEthereumAttributes
impl Unpin for NetworkEthereumAttributes
impl UnwindSafe for NetworkEthereumAttributes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more