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