pub struct RuleStateBase { /* private fields */ }
Expand description
Defines a base state for a rule.
§RuleStateBase
severity
- The severity of the rule state.related_rules
- A map of related rules. The key is the group name and the value is a vector of rule ids.related_unique_ids
- A map of related unique ids. The key is the group name and the value is a vector of unique ids.
See DiscreteValueRule and RangeValueRule for more information.
Auto Trait Implementations§
impl Freeze for RuleStateBase
impl RefUnwindSafe for RuleStateBase
impl Send for RuleStateBase
impl Sync for RuleStateBase
impl Unpin for RuleStateBase
impl UnwindSafe for RuleStateBase
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