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