pub struct GetDoubleWinLeverageResult {
pub product_id: Option<String>,
pub leverage: Option<String>,
pub initial_price: Option<String>,
pub lower_price: Option<String>,
pub upper_price: Option<String>,
}Fields§
§product_id: Option<String>§leverage: Option<String>§initial_price: Option<String>§lower_price: Option<String>§upper_price: Option<String>Trait Implementations§
Source§impl Clone for GetDoubleWinLeverageResult
impl Clone for GetDoubleWinLeverageResult
Source§fn clone(&self) -> GetDoubleWinLeverageResult
fn clone(&self) -> GetDoubleWinLeverageResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetDoubleWinLeverageResult
impl Debug for GetDoubleWinLeverageResult
Source§impl<'de> Deserialize<'de> for GetDoubleWinLeverageResult
impl<'de> Deserialize<'de> for GetDoubleWinLeverageResult
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
Auto Trait Implementations§
impl Freeze for GetDoubleWinLeverageResult
impl RefUnwindSafe for GetDoubleWinLeverageResult
impl Send for GetDoubleWinLeverageResult
impl Sync for GetDoubleWinLeverageResult
impl Unpin for GetDoubleWinLeverageResult
impl UnsafeUnpin for GetDoubleWinLeverageResult
impl UnwindSafe for GetDoubleWinLeverageResult
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