pub enum Chain {
Show 14 variants
Starknet,
Solana,
Sui,
Aptos,
Ethereum,
Base,
Arbitrum,
Optimism,
ZkSync,
Polygon,
Bnb,
Avalanche,
Gnosis,
Worldchain,
}Variants§
Starknet
Solana
Sui
Aptos
Ethereum
Base
Arbitrum
Optimism
ZkSync
Polygon
Bnb
Avalanche
Gnosis
Worldchain
Implementations§
Trait Implementations§
Source§impl Ord for Chain
impl Ord for Chain
Source§impl PartialOrd for Chain
impl PartialOrd for Chain
impl Copy for Chain
impl Eq for Chain
impl StructuralPartialEq for Chain
Auto Trait Implementations§
impl Freeze for Chain
impl RefUnwindSafe for Chain
impl Send for Chain
impl Sync for Chain
impl Unpin for Chain
impl UnwindSafe for Chain
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