pub enum NativeCurrencyName {
ETHER,
MATIC,
CELO,
GNOSIS,
MOONBEAM,
BNB,
AVAX,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NativeCurrencyName
impl Send for NativeCurrencyName
impl Sync for NativeCurrencyName
impl Unpin for NativeCurrencyName
impl UnwindSafe for NativeCurrencyName
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