pub struct PrivateGetBlockRfqsRequest {
pub count: Option<i64>,
pub state: Option<BlockRfqState>,
pub role: Option<BlockRfqRole>,
pub continuation: Option<i64>,
pub block_rfq_id: Option<i64>,
pub currency: Option<BlockRfqCurrency>,
}Fields§
§count: Option<i64>§state: Option<BlockRfqState>§role: Option<BlockRfqRole>§continuation: Option<i64>§block_rfq_id: Option<i64>§currency: Option<BlockRfqCurrency>Trait Implementations§
Source§impl Clone for PrivateGetBlockRfqsRequest
impl Clone for PrivateGetBlockRfqsRequest
Source§fn clone(&self) -> PrivateGetBlockRfqsRequest
fn clone(&self) -> PrivateGetBlockRfqsRequest
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 PrivateGetBlockRfqsRequest
impl Debug for PrivateGetBlockRfqsRequest
Source§impl Default for PrivateGetBlockRfqsRequest
impl Default for PrivateGetBlockRfqsRequest
Source§fn default() -> PrivateGetBlockRfqsRequest
fn default() -> PrivateGetBlockRfqsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetBlockRfqsRequest
impl<'de> Deserialize<'de> for PrivateGetBlockRfqsRequest
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
impl StructuralPartialEq for PrivateGetBlockRfqsRequest
Auto Trait Implementations§
impl Freeze for PrivateGetBlockRfqsRequest
impl RefUnwindSafe for PrivateGetBlockRfqsRequest
impl Send for PrivateGetBlockRfqsRequest
impl Sync for PrivateGetBlockRfqsRequest
impl Unpin for PrivateGetBlockRfqsRequest
impl UnwindSafe for PrivateGetBlockRfqsRequest
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