pub struct StochResult {
pub k_value: f64,
pub d_value: f64,
pub signal: StochSignal,
pub condition: StochCondition,
pub crossover: StochCrossover,
pub strength: f64,
}Fields§
§k_value: f64§d_value: f64§signal: StochSignal§condition: StochCondition§crossover: StochCrossover§strength: f64Auto Trait Implementations§
impl Freeze for StochResult
impl RefUnwindSafe for StochResult
impl Send for StochResult
impl Sync for StochResult
impl Unpin for StochResult
impl UnwindSafe for StochResult
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