pub enum InstrumentQuoteCurrency {
Btc,
Eth,
Usd,
Usdc,
Usde,
Usdt,
}Variants§
Trait Implementations§
Source§impl Clone for InstrumentQuoteCurrency
impl Clone for InstrumentQuoteCurrency
Source§fn clone(&self) -> InstrumentQuoteCurrency
fn clone(&self) -> InstrumentQuoteCurrency
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 InstrumentQuoteCurrency
impl Debug for InstrumentQuoteCurrency
Source§impl Default for InstrumentQuoteCurrency
impl Default for InstrumentQuoteCurrency
Source§fn default() -> InstrumentQuoteCurrency
fn default() -> InstrumentQuoteCurrency
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstrumentQuoteCurrency
impl<'de> Deserialize<'de> for InstrumentQuoteCurrency
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 InstrumentQuoteCurrency
impl PartialEq for InstrumentQuoteCurrency
Source§impl Serialize for InstrumentQuoteCurrency
impl Serialize for InstrumentQuoteCurrency
impl StructuralPartialEq for InstrumentQuoteCurrency
Auto Trait Implementations§
impl Freeze for InstrumentQuoteCurrency
impl RefUnwindSafe for InstrumentQuoteCurrency
impl Send for InstrumentQuoteCurrency
impl Sync for InstrumentQuoteCurrency
impl Unpin for InstrumentQuoteCurrency
impl UnwindSafe for InstrumentQuoteCurrency
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