pub struct PriceSideInfo {
pub market: [f64; 2],
pub limit: [f64; 2],
}Fields§
§market: [f64; 2]§limit: [f64; 2]Trait Implementations§
Source§impl Clone for PriceSideInfo
impl Clone for PriceSideInfo
Source§fn clone(&self) -> PriceSideInfo
fn clone(&self) -> PriceSideInfo
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 PriceSideInfo
impl Debug for PriceSideInfo
Source§impl<'de> Deserialize<'de> for PriceSideInfo
impl<'de> Deserialize<'de> for PriceSideInfo
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 PriceSideInfo
impl RefUnwindSafe for PriceSideInfo
impl Send for PriceSideInfo
impl Sync for PriceSideInfo
impl Unpin for PriceSideInfo
impl UnsafeUnpin for PriceSideInfo
impl UnwindSafe for PriceSideInfo
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