Struct cfix::types::DepthPrice
source · pub struct DepthPrice {
pub price_type: PriceType,
pub price: f64,
pub size: f64,
}
Fields§
§price_type: PriceType
§price: f64
§size: f64
Trait Implementations§
source§impl Clone for DepthPrice
impl Clone for DepthPrice
source§fn clone(&self) -> DepthPrice
fn clone(&self) -> DepthPrice
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for DepthPrice
impl Send for DepthPrice
impl Sync for DepthPrice
impl Unpin for DepthPrice
impl UnwindSafe for DepthPrice
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