#[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 ==
.