pub struct MyAllocationsResponseResultInner {Show 14 fields
pub symbol: Option<String>,
pub allocation_id: Option<i64>,
pub allocation_type: Option<String>,
pub order_id: Option<i64>,
pub order_list_id: Option<i64>,
pub price: Option<String>,
pub qty: Option<String>,
pub quote_qty: Option<String>,
pub commission: Option<String>,
pub commission_asset: Option<String>,
pub time: Option<i64>,
pub is_buyer: Option<bool>,
pub is_maker: Option<bool>,
pub is_allocator: Option<bool>,
}Fields§
§symbol: Option<String>§allocation_id: Option<i64>§allocation_type: Option<String>§order_id: Option<i64>§order_list_id: Option<i64>§price: Option<String>§qty: Option<String>§quote_qty: Option<String>§commission: Option<String>§commission_asset: Option<String>§time: Option<i64>§is_buyer: Option<bool>§is_maker: Option<bool>§is_allocator: Option<bool>Implementations§
Trait Implementations§
Source§impl Clone for MyAllocationsResponseResultInner
impl Clone for MyAllocationsResponseResultInner
Source§fn clone(&self) -> MyAllocationsResponseResultInner
fn clone(&self) -> MyAllocationsResponseResultInner
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 MyAllocationsResponseResultInner
impl Default for MyAllocationsResponseResultInner
Source§fn default() -> MyAllocationsResponseResultInner
fn default() -> MyAllocationsResponseResultInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MyAllocationsResponseResultInner
impl<'de> Deserialize<'de> for MyAllocationsResponseResultInner
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 MyAllocationsResponseResultInner
impl PartialEq for MyAllocationsResponseResultInner
Source§fn eq(&self, other: &MyAllocationsResponseResultInner) -> bool
fn eq(&self, other: &MyAllocationsResponseResultInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MyAllocationsResponseResultInner
Auto Trait Implementations§
impl Freeze for MyAllocationsResponseResultInner
impl RefUnwindSafe for MyAllocationsResponseResultInner
impl Send for MyAllocationsResponseResultInner
impl Sync for MyAllocationsResponseResultInner
impl Unpin for MyAllocationsResponseResultInner
impl UnsafeUnpin for MyAllocationsResponseResultInner
impl UnwindSafe for MyAllocationsResponseResultInner
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