pub struct MarkpriceOptionsNotification {
pub instrument_name: Option<String>,
pub iv: Option<f64>,
pub mark_price: Option<f64>,
pub timestamp: Option<i64>,
}Fields§
§instrument_name: Option<String>§iv: Option<f64>§mark_price: Option<f64>§timestamp: Option<i64>Trait Implementations§
Source§impl Clone for MarkpriceOptionsNotification
impl Clone for MarkpriceOptionsNotification
Source§fn clone(&self) -> MarkpriceOptionsNotification
fn clone(&self) -> MarkpriceOptionsNotification
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 MarkpriceOptionsNotification
impl Debug for MarkpriceOptionsNotification
Source§impl Default for MarkpriceOptionsNotification
impl Default for MarkpriceOptionsNotification
Source§fn default() -> MarkpriceOptionsNotification
fn default() -> MarkpriceOptionsNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarkpriceOptionsNotification
impl<'de> Deserialize<'de> for MarkpriceOptionsNotification
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 MarkpriceOptionsNotification
impl PartialEq for MarkpriceOptionsNotification
Source§fn eq(&self, other: &MarkpriceOptionsNotification) -> bool
fn eq(&self, other: &MarkpriceOptionsNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MarkpriceOptionsNotification
Auto Trait Implementations§
impl Freeze for MarkpriceOptionsNotification
impl RefUnwindSafe for MarkpriceOptionsNotification
impl Send for MarkpriceOptionsNotification
impl Sync for MarkpriceOptionsNotification
impl Unpin for MarkpriceOptionsNotification
impl UnwindSafe for MarkpriceOptionsNotification
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