pub struct OptionChainStatisticSnapshot {
pub strike_date_iv_1e5: HashMap<i64, i64>,
pub underlying_iv_1e5: Option<i64>,
pub underlying_hv_1e5: Option<i64>,
}Fields§
§strike_date_iv_1e5: HashMap<i64, i64>§underlying_iv_1e5: Option<i64>§underlying_hv_1e5: Option<i64>Trait Implementations§
Source§impl Clone for OptionChainStatisticSnapshot
impl Clone for OptionChainStatisticSnapshot
Source§fn clone(&self) -> OptionChainStatisticSnapshot
fn clone(&self) -> OptionChainStatisticSnapshot
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 OptionChainStatisticSnapshot
impl Debug for OptionChainStatisticSnapshot
Source§impl Default for OptionChainStatisticSnapshot
impl Default for OptionChainStatisticSnapshot
Source§fn default() -> OptionChainStatisticSnapshot
fn default() -> OptionChainStatisticSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for OptionChainStatisticSnapshot
impl PartialEq for OptionChainStatisticSnapshot
Source§fn eq(&self, other: &OptionChainStatisticSnapshot) -> bool
fn eq(&self, other: &OptionChainStatisticSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OptionChainStatisticSnapshot
impl StructuralPartialEq for OptionChainStatisticSnapshot
Auto Trait Implementations§
impl Freeze for OptionChainStatisticSnapshot
impl RefUnwindSafe for OptionChainStatisticSnapshot
impl Send for OptionChainStatisticSnapshot
impl Sync for OptionChainStatisticSnapshot
impl Unpin for OptionChainStatisticSnapshot
impl UnsafeUnpin for OptionChainStatisticSnapshot
impl UnwindSafe for OptionChainStatisticSnapshot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more