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