pub enum RuleOp {
Add,
Remove,
Update,
}Variants§
Trait Implementations§
impl Copy for RuleOp
impl Eq for RuleOp
impl StructuralPartialEq for RuleOp
Auto Trait Implementations§
impl Freeze for RuleOp
impl RefUnwindSafe for RuleOp
impl Send for RuleOp
impl Sync for RuleOp
impl Unpin for RuleOp
impl UnwindSafe for RuleOp
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