pub enum CurrencyWithAnyAndGrouped {
Show 14 variants
Btc,
Eth,
Usdc,
Sol,
Usdt,
Eurr,
Xrp,
Steth,
Usyc,
Paxg,
Bnb,
Usde,
Any,
Grouped,
}Variants§
Trait Implementations§
Source§impl Clone for CurrencyWithAnyAndGrouped
impl Clone for CurrencyWithAnyAndGrouped
Source§fn clone(&self) -> CurrencyWithAnyAndGrouped
fn clone(&self) -> CurrencyWithAnyAndGrouped
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CurrencyWithAnyAndGrouped
impl Debug for CurrencyWithAnyAndGrouped
Source§impl Default for CurrencyWithAnyAndGrouped
impl Default for CurrencyWithAnyAndGrouped
Source§fn default() -> CurrencyWithAnyAndGrouped
fn default() -> CurrencyWithAnyAndGrouped
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CurrencyWithAnyAndGrouped
impl<'de> Deserialize<'de> for CurrencyWithAnyAndGrouped
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CurrencyWithAnyAndGrouped
Auto Trait Implementations§
impl Freeze for CurrencyWithAnyAndGrouped
impl RefUnwindSafe for CurrencyWithAnyAndGrouped
impl Send for CurrencyWithAnyAndGrouped
impl Sync for CurrencyWithAnyAndGrouped
impl Unpin for CurrencyWithAnyAndGrouped
impl UnwindSafe for CurrencyWithAnyAndGrouped
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