pub struct MacdResult {
pub macd: Vec<ValueAtTime>,
pub signal: Vec<ValueAtTime>,
pub histogram: Vec<ValueAtTime>,
}Fields§
§macd: Vec<ValueAtTime>§signal: Vec<ValueAtTime>§histogram: Vec<ValueAtTime>Auto Trait Implementations§
impl Freeze for MacdResult
impl RefUnwindSafe for MacdResult
impl Send for MacdResult
impl Sync for MacdResult
impl Unpin for MacdResult
impl UnwindSafe for MacdResult
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