pub struct FirmQuotePaymentInLieuResponse {
pub reason: LiquidityUnavailableReason,
pub payment_in_lieu_token: PaymentInLieuToken,
}
Fields§
§reason: LiquidityUnavailableReason
§payment_in_lieu_token: PaymentInLieuToken
Trait Implementations§
Source§impl Clone for FirmQuotePaymentInLieuResponse
impl Clone for FirmQuotePaymentInLieuResponse
Source§fn clone(&self) -> FirmQuotePaymentInLieuResponse
fn clone(&self) -> FirmQuotePaymentInLieuResponse
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<'de> Deserialize<'de> for FirmQuotePaymentInLieuResponse
impl<'de> Deserialize<'de> for FirmQuotePaymentInLieuResponse
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 FirmQuotePaymentInLieuResponse
impl PartialEq for FirmQuotePaymentInLieuResponse
Source§fn eq(&self, other: &FirmQuotePaymentInLieuResponse) -> bool
fn eq(&self, other: &FirmQuotePaymentInLieuResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for FirmQuotePaymentInLieuResponse
impl StructuralPartialEq for FirmQuotePaymentInLieuResponse
Auto Trait Implementations§
impl Freeze for FirmQuotePaymentInLieuResponse
impl RefUnwindSafe for FirmQuotePaymentInLieuResponse
impl Send for FirmQuotePaymentInLieuResponse
impl Sync for FirmQuotePaymentInLieuResponse
impl Unpin for FirmQuotePaymentInLieuResponse
impl UnwindSafe for FirmQuotePaymentInLieuResponse
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