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