pub struct EMAValues {
pub short: Option<f64>,
pub medium: Option<f64>,
pub long: Option<f64>,
}Fields§
§short: Option<f64>§medium: Option<f64>§long: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EMAValues
impl RefUnwindSafe for EMAValues
impl Send for EMAValues
impl Sync for EMAValues
impl Unpin for EMAValues
impl UnwindSafe for EMAValues
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