pub enum NewsSourceID {
Show 83 variants
CoinDesk,
CoinTelegraph,
BitcoinMagazine,
CryptoGlobe,
CoinGape,
Blockworks,
TheDailyHodl,
CryptoSlate,
CryptoPotato,
Decrypt,
CryptoBriefing,
TheBlock,
BitcoinDotCom,
NewsBTC,
UToday,
Bitcoinist,
Coinpedia,
Cryptonomist,
CryptoNewsReview,
CCData,
Cryptoknowmics,
CCN,
FinanceMagnates,
ETHNewsDotCom,
CryptoVest,
CryptoInsider,
HuobiBlog,
CoinSpeaker,
CoinJoker,
NintyNineBitcoins,
Cointelligence,
OKXInsights,
CryptoCoreMedia,
Bitcoinerx,
AMBCrypto,
Coinpaprika,
LiveBitcoinNews,
CryptoCompare,
BitDegree,
TheCoinRepublic,
Chaindd,
Chaintimes,
TheCoinRise,
CryptoNewsZ,
YahooFinanceBitcoin,
VauldInsights,
ZyCrypto,
KrakenBlog,
Coincu,
DailyCoin,
TrustNodes,
Coinnounce,
CoinEdition,
BitcoinSistemi,
TheNewsCrypto,
ForbesDigitalAssets,
Cryptonews,
TimesNext,
EthereumWorldNews,
CryptoCoinDotNews,
BTCPulse,
BloombergCrypto,
CoinOtag,
CryptoDotNews,
Chainwire,
CryptoIntelligence,
Coinpaper,
BitfinexBlog,
TheCryptoBasic,
NFTDotNews,
Blokt,
BitcoinWorld,
CryptoDaily,
TimesTabloid,
CoinTurkNews,
Invezz,
SeekingAlpha,
Finbold,
FinancialTimesCrypto,
Cryptopolitan,
NullTx,
TipRanks,
TheDefiant,
}Expand description
Get articles from specific sources based on their keys. If left empty it will just return news from ACTIVE sources for the selected language, if you want to get inactive sources as well, please pass them in alongside the active ones in this array.
Variants§
CoinDesk
CoinTelegraph
BitcoinMagazine
CryptoGlobe
CoinGape
Blockworks
TheDailyHodl
CryptoSlate
CryptoPotato
Decrypt
CryptoBriefing
TheBlock
BitcoinDotCom
NewsBTC
UToday
Bitcoinist
Coinpedia
Cryptonomist
CryptoNewsReview
CCData
Cryptoknowmics
CCN
FinanceMagnates
ETHNewsDotCom
CryptoVest
CryptoInsider
HuobiBlog
CoinSpeaker
CoinJoker
NintyNineBitcoins
Cointelligence
OKXInsights
CryptoCoreMedia
Bitcoinerx
AMBCrypto
Coinpaprika
LiveBitcoinNews
CryptoCompare
BitDegree
TheCoinRepublic
Chaindd
Chaintimes
TheCoinRise
CryptoNewsZ
YahooFinanceBitcoin
VauldInsights
ZyCrypto
KrakenBlog
Coincu
DailyCoin
TrustNodes
Coinnounce
CoinEdition
BitcoinSistemi
TheNewsCrypto
ForbesDigitalAssets
Cryptonews
TimesNext
EthereumWorldNews
CryptoCoinDotNews
BTCPulse
BloombergCrypto
CoinOtag
CryptoDotNews
Chainwire
CryptoIntelligence
Coinpaper
BitfinexBlog
TheCryptoBasic
NFTDotNews
Blokt
BitcoinWorld
CryptoDaily
TimesTabloid
CoinTurkNews
Invezz
SeekingAlpha
Finbold
FinancialTimesCrypto
Cryptopolitan
NullTx
TipRanks
TheDefiant
Trait Implementations§
Source§impl Clone for NewsSourceID
impl Clone for NewsSourceID
Source§fn clone(&self) -> NewsSourceID
fn clone(&self) -> NewsSourceID
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 NewsSourceID
impl Debug for NewsSourceID
Source§impl<'de> Deserialize<'de> for NewsSourceID
impl<'de> Deserialize<'de> for NewsSourceID
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 Display for NewsSourceID
impl Display for NewsSourceID
Source§impl Serialize for NewsSourceID
impl Serialize for NewsSourceID
impl Copy for NewsSourceID
Auto Trait Implementations§
impl Freeze for NewsSourceID
impl RefUnwindSafe for NewsSourceID
impl Send for NewsSourceID
impl Sync for NewsSourceID
impl Unpin for NewsSourceID
impl UnsafeUnpin for NewsSourceID
impl UnwindSafe for NewsSourceID
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,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.