pub struct PrivateGetBlockRfqsResponse {
pub block_rfqs: Option<Vec<BlockRfq>>,
pub continuation: Option<String>,
}Fields§
§block_rfqs: Option<Vec<BlockRfq>>§continuation: Option<String>Trait Implementations§
Source§impl Clone for PrivateGetBlockRfqsResponse
impl Clone for PrivateGetBlockRfqsResponse
Source§fn clone(&self) -> PrivateGetBlockRfqsResponse
fn clone(&self) -> PrivateGetBlockRfqsResponse
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 PrivateGetBlockRfqsResponse
impl Debug for PrivateGetBlockRfqsResponse
Source§impl Default for PrivateGetBlockRfqsResponse
impl Default for PrivateGetBlockRfqsResponse
Source§fn default() -> PrivateGetBlockRfqsResponse
fn default() -> PrivateGetBlockRfqsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateGetBlockRfqsResponse
impl<'de> Deserialize<'de> for PrivateGetBlockRfqsResponse
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 PrivateGetBlockRfqsResponse
Auto Trait Implementations§
impl Freeze for PrivateGetBlockRfqsResponse
impl RefUnwindSafe for PrivateGetBlockRfqsResponse
impl Send for PrivateGetBlockRfqsResponse
impl Sync for PrivateGetBlockRfqsResponse
impl Unpin for PrivateGetBlockRfqsResponse
impl UnwindSafe for PrivateGetBlockRfqsResponse
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