pub enum UpdateRules {
Add(SiemRule),
Remove(LogString),
Replace(RulesDataset),
}Variants§
Trait Implementations§
Source§impl Debug for UpdateRules
impl Debug for UpdateRules
Auto Trait Implementations§
impl Freeze for UpdateRules
impl RefUnwindSafe for UpdateRules
impl Send for UpdateRules
impl Sync for UpdateRules
impl Unpin for UpdateRules
impl UnwindSafe for UpdateRules
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