pub enum ExchangeType {
Binance,
Bybit,
Coinbase,
Upbit,
Bithumb,
}Expand description
Exchange type enumeration for authentication adapter creation
Variants§
Binance
Binance exchange
Bybit
Bybit exchange
Coinbase
Coinbase exchange
Upbit
Upbit exchange
Bithumb
Bithumb exchange
Implementations§
Trait Implementations§
Source§impl Clone for ExchangeType
impl Clone for ExchangeType
Source§fn clone(&self) -> ExchangeType
fn clone(&self) -> ExchangeType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExchangeType
impl Debug for ExchangeType
Source§impl FromStr for ExchangeType
impl FromStr for ExchangeType
Source§impl PartialEq for ExchangeType
impl PartialEq for ExchangeType
impl Copy for ExchangeType
impl Eq for ExchangeType
impl StructuralPartialEq for ExchangeType
Auto Trait Implementations§
impl Freeze for ExchangeType
impl RefUnwindSafe for ExchangeType
impl Send for ExchangeType
impl Sync for ExchangeType
impl Unpin for ExchangeType
impl UnwindSafe for ExchangeType
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more