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