pub struct IndicativeQuoteOkResponse {
pub fill_price: String,
pub effective_platform_fee_bps: u16,
pub auction_id: u64,
pub auction_epoch: u64,
}
Fields§
§fill_price: String
Token units sent to retail trader per token received from retail trader
effective_platform_fee_bps: u16
§auction_id: u64
§auction_epoch: u64
Trait Implementations§
Source§impl Clone for IndicativeQuoteOkResponse
impl Clone for IndicativeQuoteOkResponse
Source§fn clone(&self) -> IndicativeQuoteOkResponse
fn clone(&self) -> IndicativeQuoteOkResponse
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 IndicativeQuoteOkResponse
impl Debug for IndicativeQuoteOkResponse
Source§impl<'de> Deserialize<'de> for IndicativeQuoteOkResponse
impl<'de> Deserialize<'de> for IndicativeQuoteOkResponse
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 IndicativeQuoteOkResponse
impl Hash for IndicativeQuoteOkResponse
impl Eq for IndicativeQuoteOkResponse
impl StructuralPartialEq for IndicativeQuoteOkResponse
Auto Trait Implementations§
impl Freeze for IndicativeQuoteOkResponse
impl RefUnwindSafe for IndicativeQuoteOkResponse
impl Send for IndicativeQuoteOkResponse
impl Sync for IndicativeQuoteOkResponse
impl Unpin for IndicativeQuoteOkResponse
impl UnwindSafe for IndicativeQuoteOkResponse
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