pub struct RulePatch {
pub rule_type: RuleType,
pub parameters: HashMap<String, String>,
}Expand description
Improvement patch generated from anomaly pattern.
Fields§
§rule_type: RuleTypeType of rule patch.
parameters: HashMap<String, String>Parameters for the patch.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RulePatch
impl<'de> Deserialize<'de> for RulePatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RulePatch
impl RefUnwindSafe for RulePatch
impl Send for RulePatch
impl Sync for RulePatch
impl Unpin for RulePatch
impl UnsafeUnpin for RulePatch
impl UnwindSafe for RulePatch
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