pub struct RuleStrategyOperators;Expand description
RulesOperator provides some basic operations for the rule enging, such as utility calculating a key value from a set of measurements (mean, max, min) and then applying some control operation as over or below.
Implementations§
Auto Trait Implementations§
impl Freeze for RuleStrategyOperators
impl RefUnwindSafe for RuleStrategyOperators
impl Send for RuleStrategyOperators
impl Sync for RuleStrategyOperators
impl Unpin for RuleStrategyOperators
impl UnwindSafe for RuleStrategyOperators
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