pub struct YahooClient { /* private fields */ }Expand description
HTTP client for Yahoo Finance API
Implementations§
Source§impl YahooClient
impl YahooClient
pub fn builder() -> YahooClientBuilder
pub async fn get(&self, url: &str) -> Result<String>
pub fn inner(&self) -> &Client
pub fn retry_config(&self) -> &RetryConfig
Auto Trait Implementations§
impl Freeze for YahooClient
impl !RefUnwindSafe for YahooClient
impl Send for YahooClient
impl Sync for YahooClient
impl Unpin for YahooClient
impl UnsafeUnpin for YahooClient
impl !UnwindSafe for YahooClient
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