pub enum RuleState {
Active,
Relaxed,
Disabled,
}Expand description
Whether a rule is applied.
Variants§
Trait Implementations§
impl Copy for RuleState
impl Eq for RuleState
impl StructuralPartialEq for RuleState
Auto Trait Implementations§
impl Freeze for RuleState
impl RefUnwindSafe for RuleState
impl Send for RuleState
impl Sync for RuleState
impl Unpin for RuleState
impl UnsafeUnpin for RuleState
impl UnwindSafe for RuleState
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