Struct anychain_ethereum::network::opbnb::OpBnb
source · pub struct OpBnb;Expand description
Represents a OpBNB mainnet
Trait Implementations§
source§impl EthereumNetwork for OpBnb
impl EthereumNetwork for OpBnb
source§impl Ord for OpBnb
impl Ord for OpBnb
source§impl PartialEq for OpBnb
impl PartialEq for OpBnb
source§impl PartialOrd for OpBnb
impl PartialOrd for OpBnb
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 OpBnb
impl Eq for OpBnb
impl StructuralPartialEq for OpBnb
Auto Trait Implementations§
impl Freeze for OpBnb
impl RefUnwindSafe for OpBnb
impl Send for OpBnb
impl Sync for OpBnb
impl Unpin for OpBnb
impl UnwindSafe for OpBnb
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