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