pub enum CurrencyWithAprCoinType {
Show 15 variants
Bnb,
Btc,
Buidl,
Eth,
Ethw,
Eurr,
Matic,
Paxg,
Sol,
Steth,
Usdc,
Usde,
Usdt,
Usyc,
Xrp,
}Variants§
Trait Implementations§
Source§impl Clone for CurrencyWithAprCoinType
impl Clone for CurrencyWithAprCoinType
Source§fn clone(&self) -> CurrencyWithAprCoinType
fn clone(&self) -> CurrencyWithAprCoinType
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 CurrencyWithAprCoinType
impl Debug for CurrencyWithAprCoinType
Source§impl Default for CurrencyWithAprCoinType
impl Default for CurrencyWithAprCoinType
Source§fn default() -> CurrencyWithAprCoinType
fn default() -> CurrencyWithAprCoinType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CurrencyWithAprCoinType
impl<'de> Deserialize<'de> for CurrencyWithAprCoinType
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
Source§impl PartialEq for CurrencyWithAprCoinType
impl PartialEq for CurrencyWithAprCoinType
Source§impl Serialize for CurrencyWithAprCoinType
impl Serialize for CurrencyWithAprCoinType
impl StructuralPartialEq for CurrencyWithAprCoinType
Auto Trait Implementations§
impl Freeze for CurrencyWithAprCoinType
impl RefUnwindSafe for CurrencyWithAprCoinType
impl Send for CurrencyWithAprCoinType
impl Sync for CurrencyWithAprCoinType
impl Unpin for CurrencyWithAprCoinType
impl UnwindSafe for CurrencyWithAprCoinType
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