pub enum ConfigRuleStatement {
Default(Box<ConfigRuleStatementDefault>),
InstLib(Box<ConfigRuleStatementInstLib>),
InstUse(Box<ConfigRuleStatementInstUse>),
CellLib(Box<ConfigRuleStatementCellLib>),
CellUse(Box<ConfigRuleStatementCellUse>),
}Variants
Default(Box<ConfigRuleStatementDefault>)
InstLib(Box<ConfigRuleStatementInstLib>)
InstUse(Box<ConfigRuleStatementInstUse>)
CellLib(Box<ConfigRuleStatementCellLib>)
CellUse(Box<ConfigRuleStatementCellUse>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigRuleStatement
impl Send for ConfigRuleStatement
impl Sync for ConfigRuleStatement
impl Unpin for ConfigRuleStatement
impl UnwindSafe for ConfigRuleStatement
Blanket Implementations
Mutably borrows from an owned value. Read more