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