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