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