pub struct PriceTransforms {
pub avgprice: Vec<Option<f64>>,
pub medprice: Vec<Option<f64>>,
pub typprice: Vec<Option<f64>>,
pub wclprice: Vec<Option<f64>>,
}Fields§
§avgprice: Vec<Option<f64>>§medprice: Vec<Option<f64>>§typprice: Vec<Option<f64>>§wclprice: Vec<Option<f64>>Trait Implementations§
Source§impl Clone for PriceTransforms
impl Clone for PriceTransforms
Source§fn clone(&self) -> PriceTransforms
fn clone(&self) -> PriceTransforms
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 moreAuto Trait Implementations§
impl Freeze for PriceTransforms
impl RefUnwindSafe for PriceTransforms
impl Send for PriceTransforms
impl Sync for PriceTransforms
impl Unpin for PriceTransforms
impl UnsafeUnpin for PriceTransforms
impl UnwindSafe for PriceTransforms
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