pub struct AvalancheTestnet;Expand description
Represents an AVAX testnet
Trait Implementations§
Source§impl Clone for AvalancheTestnet
impl Clone for AvalancheTestnet
Source§fn clone(&self) -> AvalancheTestnet
fn clone(&self) -> AvalancheTestnet
Returns a duplicate 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 AvalancheTestnet
impl Debug for AvalancheTestnet
Source§impl Display for AvalancheTestnet
impl Display for AvalancheTestnet
Source§impl EthereumNetwork for AvalancheTestnet
impl EthereumNetwork for AvalancheTestnet
Source§impl FromStr for AvalancheTestnet
impl FromStr for AvalancheTestnet
Source§impl Hash for AvalancheTestnet
impl Hash for AvalancheTestnet
Source§impl Ord for AvalancheTestnet
impl Ord for AvalancheTestnet
Source§fn cmp(&self, other: &AvalancheTestnet) -> Ordering
fn cmp(&self, other: &AvalancheTestnet) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AvalancheTestnet
impl PartialEq for AvalancheTestnet
Source§impl PartialOrd for AvalancheTestnet
impl PartialOrd for AvalancheTestnet
Source§impl Serialize for AvalancheTestnet
impl Serialize for AvalancheTestnet
impl Copy for AvalancheTestnet
impl Eq for AvalancheTestnet
impl StructuralPartialEq for AvalancheTestnet
Auto Trait Implementations§
impl Freeze for AvalancheTestnet
impl RefUnwindSafe for AvalancheTestnet
impl Send for AvalancheTestnet
impl Sync for AvalancheTestnet
impl Unpin for AvalancheTestnet
impl UnwindSafe for AvalancheTestnet
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