pub enum DataProvider {
DexScreener,
CoinGecko,
CoinMarketCap,
Twitter,
LunarCrush,
}Expand description
Data provider enumeration
Variants§
DexScreener
DexScreener DEX analytics provider
CoinGecko
CoinGecko cryptocurrency data provider
CoinMarketCap
CoinMarketCap cryptocurrency market data provider
Twitter social media data provider
LunarCrush
LunarCrush social analytics provider
Trait Implementations§
Source§impl Clone for DataProvider
impl Clone for DataProvider
Source§fn clone(&self) -> DataProvider
fn clone(&self) -> DataProvider
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 DataProvider
impl Debug for DataProvider
Source§impl PartialEq for DataProvider
impl PartialEq for DataProvider
impl Copy for DataProvider
impl Eq for DataProvider
impl StructuralPartialEq for DataProvider
Auto Trait Implementations§
impl Freeze for DataProvider
impl RefUnwindSafe for DataProvider
impl Send for DataProvider
impl Sync for DataProvider
impl Unpin for DataProvider
impl UnwindSafe for DataProvider
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