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