pub enum IndicativeQuoteResponse {
Ok(IndicativeQuoteOkResponse),
Unavailable(IndicativeQuoteUnavailableResponse),
}
Variants§
Trait Implementations§
Source§impl Clone for IndicativeQuoteResponse
impl Clone for IndicativeQuoteResponse
Source§fn clone(&self) -> IndicativeQuoteResponse
fn clone(&self) -> IndicativeQuoteResponse
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 IndicativeQuoteResponse
impl Debug for IndicativeQuoteResponse
Source§impl<'de> Deserialize<'de> for IndicativeQuoteResponse
impl<'de> Deserialize<'de> for IndicativeQuoteResponse
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 Hash for IndicativeQuoteResponse
impl Hash for IndicativeQuoteResponse
Source§impl PartialEq for IndicativeQuoteResponse
impl PartialEq for IndicativeQuoteResponse
Source§impl Serialize for IndicativeQuoteResponse
impl Serialize for IndicativeQuoteResponse
impl Eq for IndicativeQuoteResponse
impl StructuralPartialEq for IndicativeQuoteResponse
Auto Trait Implementations§
impl Freeze for IndicativeQuoteResponse
impl RefUnwindSafe for IndicativeQuoteResponse
impl Send for IndicativeQuoteResponse
impl Sync for IndicativeQuoteResponse
impl Unpin for IndicativeQuoteResponse
impl UnwindSafe for IndicativeQuoteResponse
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