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