pub struct DeribitVolatilityIndexNotification {
pub index_name: IndexNameForDvol,
pub timestamp: i64,
pub volatility: f64,
}Fields§
§index_name: IndexNameForDvol§timestamp: i64§volatility: f64Trait Implementations§
Source§impl Clone for DeribitVolatilityIndexNotification
impl Clone for DeribitVolatilityIndexNotification
Source§fn clone(&self) -> DeribitVolatilityIndexNotification
fn clone(&self) -> DeribitVolatilityIndexNotification
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 Default for DeribitVolatilityIndexNotification
impl Default for DeribitVolatilityIndexNotification
Source§fn default() -> DeribitVolatilityIndexNotification
fn default() -> DeribitVolatilityIndexNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeribitVolatilityIndexNotification
impl<'de> Deserialize<'de> for DeribitVolatilityIndexNotification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeribitVolatilityIndexNotification
impl PartialEq for DeribitVolatilityIndexNotification
Source§fn eq(&self, other: &DeribitVolatilityIndexNotification) -> bool
fn eq(&self, other: &DeribitVolatilityIndexNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeribitVolatilityIndexNotification
Auto Trait Implementations§
impl Freeze for DeribitVolatilityIndexNotification
impl RefUnwindSafe for DeribitVolatilityIndexNotification
impl Send for DeribitVolatilityIndexNotification
impl Sync for DeribitVolatilityIndexNotification
impl Unpin for DeribitVolatilityIndexNotification
impl UnwindSafe for DeribitVolatilityIndexNotification
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