pub struct StrategyEngine { /* private fields */ }Expand description
Strategy evaluation engine for streaming signals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrategyEngine
impl RefUnwindSafe for StrategyEngine
impl Send for StrategyEngine
impl Sync for StrategyEngine
impl Unpin for StrategyEngine
impl UnsafeUnpin for StrategyEngine
impl UnwindSafe for StrategyEngine
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