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