pub struct ROCResult {
pub value: f64,
pub momentum: f64,
pub acceleration: Option<f64>,
pub signal: TradingSignal,
}Fields§
§value: f64§momentum: f64§acceleration: Option<f64>§signal: TradingSignalAuto Trait Implementations§
impl Freeze for ROCResult
impl RefUnwindSafe for ROCResult
impl Send for ROCResult
impl Sync for ROCResult
impl Unpin for ROCResult
impl UnwindSafe for ROCResult
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