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