pub struct RSIResult {
pub value: f64,
pub condition: MarketCondition,
}Fields§
§value: f64§condition: MarketConditionTrait Implementations§
impl StructuralPartialEq for RSIResult
Auto Trait Implementations§
impl Freeze for RSIResult
impl RefUnwindSafe for RSIResult
impl Send for RSIResult
impl Sync for RSIResult
impl Unpin for RSIResult
impl UnwindSafe for RSIResult
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