pub enum InstrumentBaseCurrency {
Show 24 variants
Ada,
Algo,
Avax,
Bch,
Bnb,
Btc,
Btcdvol,
Buidl,
Doge,
Dot,
Eth,
Link,
Ltc,
Near,
Paxg,
Sol,
Steth,
Trump,
Trx,
Uni,
Usdc,
Usde,
Usyc,
Xrp,
}Variants§
Ada
Algo
Avax
Bch
Bnb
Btc
Btcdvol
Buidl
Doge
Dot
Eth
Link
Ltc
Near
Paxg
Sol
Steth
Trump
Trx
Uni
Usdc
Usde
Usyc
Xrp
Trait Implementations§
Source§impl Clone for InstrumentBaseCurrency
impl Clone for InstrumentBaseCurrency
Source§fn clone(&self) -> InstrumentBaseCurrency
fn clone(&self) -> InstrumentBaseCurrency
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 InstrumentBaseCurrency
impl Debug for InstrumentBaseCurrency
Source§impl Default for InstrumentBaseCurrency
impl Default for InstrumentBaseCurrency
Source§fn default() -> InstrumentBaseCurrency
fn default() -> InstrumentBaseCurrency
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstrumentBaseCurrency
impl<'de> Deserialize<'de> for InstrumentBaseCurrency
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 InstrumentBaseCurrency
impl PartialEq for InstrumentBaseCurrency
Source§impl Serialize for InstrumentBaseCurrency
impl Serialize for InstrumentBaseCurrency
impl StructuralPartialEq for InstrumentBaseCurrency
Auto Trait Implementations§
impl Freeze for InstrumentBaseCurrency
impl RefUnwindSafe for InstrumentBaseCurrency
impl Send for InstrumentBaseCurrency
impl Sync for InstrumentBaseCurrency
impl Unpin for InstrumentBaseCurrency
impl UnwindSafe for InstrumentBaseCurrency
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