pub enum CCNewsSourceID {
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,
}
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
Implementations§
Auto Trait Implementations§
impl Freeze for CCNewsSourceID
impl RefUnwindSafe for CCNewsSourceID
impl Send for CCNewsSourceID
impl Sync for CCNewsSourceID
impl Unpin for CCNewsSourceID
impl UnwindSafe for CCNewsSourceID
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