pub struct ReferencePriceCalculationResponseResult {
pub symbol: Option<String>,
pub calculation_type: Option<String>,
pub bucket_count: Option<i64>,
pub bucket_width_ms: Option<i64>,
pub external_calculation_id: Option<i64>,
}Fields§
§symbol: Option<String>§calculation_type: Option<String>§bucket_count: Option<i64>§bucket_width_ms: Option<i64>§external_calculation_id: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for ReferencePriceCalculationResponseResult
impl Clone for ReferencePriceCalculationResponseResult
Source§fn clone(&self) -> ReferencePriceCalculationResponseResult
fn clone(&self) -> ReferencePriceCalculationResponseResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReferencePriceCalculationResponseResult
impl Default for ReferencePriceCalculationResponseResult
Source§fn default() -> ReferencePriceCalculationResponseResult
fn default() -> ReferencePriceCalculationResponseResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReferencePriceCalculationResponseResult
impl<'de> Deserialize<'de> for ReferencePriceCalculationResponseResult
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 ReferencePriceCalculationResponseResult
impl PartialEq for ReferencePriceCalculationResponseResult
Source§fn eq(&self, other: &ReferencePriceCalculationResponseResult) -> bool
fn eq(&self, other: &ReferencePriceCalculationResponseResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReferencePriceCalculationResponseResult
Auto Trait Implementations§
impl Freeze for ReferencePriceCalculationResponseResult
impl RefUnwindSafe for ReferencePriceCalculationResponseResult
impl Send for ReferencePriceCalculationResponseResult
impl Sync for ReferencePriceCalculationResponseResult
impl Unpin for ReferencePriceCalculationResponseResult
impl UnsafeUnpin for ReferencePriceCalculationResponseResult
impl UnwindSafe for ReferencePriceCalculationResponseResult
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