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