Enum crypto_message::compact::Exchange
source · pub enum Exchange {
Show 17 variants
Binance,
Bitfinex,
Bitget,
Bithumb,
Bitmex,
Bitstamp,
Bybit,
CoinbasePro,
Deribit,
Dydx,
Ftx,
Gate,
Huobi,
Kraken,
Kucoin,
Mexc,
Okx,
}Expand description
Cryptocurrency exchanges.
Variants§
Binance
Bitfinex
Bitget
Bithumb
Bitmex
Bitstamp
Bybit
CoinbasePro
Deribit
Dydx
Ftx
Gate
Huobi
Kraken
Kucoin
Mexc
Okx
Trait Implementations§
source§impl<'de> Deserialize<'de> for Exchange
impl<'de> Deserialize<'de> for Exchange
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 Exchange
impl PartialEq for Exchange
impl Copy for Exchange
impl Eq for Exchange
impl StructuralPartialEq for Exchange
Auto Trait Implementations§
impl Freeze for Exchange
impl RefUnwindSafe for Exchange
impl Send for Exchange
impl Sync for Exchange
impl Unpin for Exchange
impl UnwindSafe for Exchange
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)