pub struct RuleGenerationSettings {
pub enable_rule_generator: bool,
pub overwrite_original_rules: bool,
}Expand description
Rule generation options
Fields§
§enable_rule_generator: bool§overwrite_original_rules: boolTrait Implementations§
Source§impl Clone for RuleGenerationSettings
impl Clone for RuleGenerationSettings
Source§fn clone(&self) -> RuleGenerationSettings
fn clone(&self) -> RuleGenerationSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuleGenerationSettings
impl Debug for RuleGenerationSettings
Source§impl Default for RuleGenerationSettings
impl Default for RuleGenerationSettings
Source§fn default() -> RuleGenerationSettings
fn default() -> RuleGenerationSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuleGenerationSettingswhere
RuleGenerationSettings: Default,
impl<'de> Deserialize<'de> for RuleGenerationSettingswhere
RuleGenerationSettings: Default,
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 RuleGenerationSettings
impl RefUnwindSafe for RuleGenerationSettings
impl Send for RuleGenerationSettings
impl Sync for RuleGenerationSettings
impl Unpin for RuleGenerationSettings
impl UnwindSafe for RuleGenerationSettings
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