pub struct HistoricalVolatilityRequest<'a> {
pub base_coin: Option<Cow<'a, str>>,
pub period: Option<Cow<'a, str>>,
pub start: Option<Cow<'a, str>>,
pub end: Option<Cow<'a, str>>,
}Fields§
§base_coin: Option<Cow<'a, str>>§period: Option<Cow<'a, str>>§start: Option<Cow<'a, str>>§end: Option<Cow<'a, str>>Implementations§
Trait Implementations§
Source§impl<'a> Clone for HistoricalVolatilityRequest<'a>
impl<'a> Clone for HistoricalVolatilityRequest<'a>
Source§fn clone(&self) -> HistoricalVolatilityRequest<'a>
fn clone(&self) -> HistoricalVolatilityRequest<'a>
Returns a copy 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<'a> Default for HistoricalVolatilityRequest<'a>
impl<'a> Default for HistoricalVolatilityRequest<'a>
Source§fn default() -> HistoricalVolatilityRequest<'a>
fn default() -> HistoricalVolatilityRequest<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for HistoricalVolatilityRequest<'a>
impl<'a> RefUnwindSafe for HistoricalVolatilityRequest<'a>
impl<'a> Send for HistoricalVolatilityRequest<'a>
impl<'a> Sync for HistoricalVolatilityRequest<'a>
impl<'a> Unpin for HistoricalVolatilityRequest<'a>
impl<'a> UnwindSafe for HistoricalVolatilityRequest<'a>
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