pub struct YahooFinanceConfig {
pub timeout: Duration,
}Expand description
Yahoo Finance configuration
Fields§
§timeout: DurationRequest timeout
Trait Implementations§
Source§impl Clone for YahooFinanceConfig
impl Clone for YahooFinanceConfig
Source§fn clone(&self) -> YahooFinanceConfig
fn clone(&self) -> YahooFinanceConfig
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 YahooFinanceConfig
impl Debug for YahooFinanceConfig
Auto Trait Implementations§
impl Freeze for YahooFinanceConfig
impl RefUnwindSafe for YahooFinanceConfig
impl Send for YahooFinanceConfig
impl Sync for YahooFinanceConfig
impl Unpin for YahooFinanceConfig
impl UnwindSafe for YahooFinanceConfig
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