pub struct StrategyMetaForStop {
pub vector: Vector,
pub normative_strength: NormativeStrength,
}Expand description
Slim technique metadata for the stop rule — vector + strength, no probe context.
Fields§
§vector: VectorDetection vector for this strategy.
normative_strength: NormativeStrengthRFC normative strength of the expected differential.
Trait Implementations§
Source§impl Clone for StrategyMetaForStop
impl Clone for StrategyMetaForStop
Source§fn clone(&self) -> StrategyMetaForStop
fn clone(&self) -> StrategyMetaForStop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StrategyMetaForStop
impl RefUnwindSafe for StrategyMetaForStop
impl Send for StrategyMetaForStop
impl Sync for StrategyMetaForStop
impl Unpin for StrategyMetaForStop
impl UnsafeUnpin for StrategyMetaForStop
impl UnwindSafe for StrategyMetaForStop
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