pub struct Goerli;Expand description
Represents an ETH testnet
Trait Implementations§
Source§impl EthereumNetwork for Goerli
impl EthereumNetwork for Goerli
Source§impl Ord for Goerli
impl Ord for Goerli
Source§impl PartialOrd for Goerli
impl PartialOrd for Goerli
impl Copy for Goerli
impl Eq for Goerli
impl StructuralPartialEq for Goerli
Auto Trait Implementations§
impl Freeze for Goerli
impl RefUnwindSafe for Goerli
impl Send for Goerli
impl Sync for Goerli
impl Unpin for Goerli
impl UnwindSafe for Goerli
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