pub struct strategy_id_ema_cross {}
Implementations§
Source§impl strategy_id_ema_cross
impl strategy_id_ema_cross
pub fn get() -> StrategyId
pub fn default() -> StrategyId
Auto Trait Implementations§
impl Freeze for strategy_id_ema_cross
impl RefUnwindSafe for strategy_id_ema_cross
impl Send for strategy_id_ema_cross
impl Sync for strategy_id_ema_cross
impl Unpin for strategy_id_ema_cross
impl UnwindSafe for strategy_id_ema_cross
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