pub enum Exchange {
Binance,
CoinGecko,
}Expand description
Supported exchanges.
Variants§
Binance
Binance public REST API (no API key required for market data).
CoinGecko
CoinGecko free API (no API key required).
Trait Implementations§
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 UnsafeUnpin 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