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