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