Struct anychain_ethereum::network::arbitrum::Arbitrum
source · pub struct Arbitrum;Expand description
Represents an ARB mainnet
Trait Implementations§
source§impl EthereumNetwork for Arbitrum
impl EthereumNetwork for Arbitrum
source§impl Ord for Arbitrum
impl Ord for Arbitrum
source§impl PartialEq for Arbitrum
impl PartialEq for Arbitrum
source§impl PartialOrd for Arbitrum
impl PartialOrd for Arbitrum
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Arbitrum
impl Eq for Arbitrum
impl StructuralPartialEq for Arbitrum
Auto Trait Implementations§
impl Freeze for Arbitrum
impl RefUnwindSafe for Arbitrum
impl Send for Arbitrum
impl Sync for Arbitrum
impl Unpin for Arbitrum
impl UnwindSafe for Arbitrum
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)