pub struct NewsdataIO {
pub auth: Auth,
/* private fields */
}
Fields§
§auth: Auth
Implementations§
Trait Implementations§
Source§impl Clone for NewsdataIO
impl Clone for NewsdataIO
Source§impl CryptoNews for NewsdataIO
impl CryptoNews for NewsdataIO
Source§fn get_crypto_news(&self, params: &GetCryptoNewsParams) -> ApiResult<Json>
fn get_crypto_news(&self, params: &GetCryptoNewsParams) -> ApiResult<Json>
Get the latest crypto news articles. Read more
Source§impl LatestNews for NewsdataIO
impl LatestNews for NewsdataIO
Source§fn get_latest(&self, params: &GetLatestNewsParams) -> ApiResult<Json>
fn get_latest(&self, params: &GetLatestNewsParams) -> ApiResult<Json>
Get the latest news articles. Read more
Source§impl NewsArchive for NewsdataIO
impl NewsArchive for NewsdataIO
Source§fn get_news_archive(&self, params: &GetNewsArchiveParams) -> ApiResult<Json>
fn get_news_archive(&self, params: &GetNewsArchiveParams) -> ApiResult<Json>
Get news articles from the archive. Read more
Source§impl NewsSources for NewsdataIO
impl NewsSources for NewsdataIO
Source§fn get_news_sources(&self, params: &GetNewsSourcesParams) -> ApiResult<Json>
fn get_news_sources(&self, params: &GetNewsSourcesParams) -> ApiResult<Json>
Get news sources. Read more
Auto Trait Implementations§
impl Freeze for NewsdataIO
impl !RefUnwindSafe for NewsdataIO
impl Send for NewsdataIO
impl Sync for NewsdataIO
impl Unpin for NewsdataIO
impl !UnwindSafe for NewsdataIO
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