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: f64Trait Implementations§
Source§impl Clone for StochResult
impl Clone for StochResult
Source§fn clone(&self) -> StochResult
fn clone(&self) -> StochResult
Returns a duplicate 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 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