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