Enum ethcontract_common::artifact::hardhat::NetworkEntry [−][src]
Expand description
Network allow-deny entry.
Variants
Network identified by chain ID.
Tuple Fields of ByChainId
0: StringNetwork identified by its name specified in hardhat.config.js.
Tuple Fields of ByName
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetworkEntry
impl Send for NetworkEntry
impl Sync for NetworkEntry
impl Unpin for NetworkEntry
impl UnwindSafe for NetworkEntry
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self