Enum usiem::components::dataset::geo_ip::UpdateGeoIp[][src]

pub enum UpdateGeoIp {
    Add((SiemIp, u8, GeoIpInfo)),
    Remove((SiemIp, u8)),
    Replace(GeoIpDataset),
}
Expand description

Enum used to Add/Remove an IP in the GeoIP dataset or full replace it

Variants

Tuple Fields of Add

0: (SiemIp, u8, GeoIpInfo)
Remove((SiemIp, u8))

Tuple Fields of Remove

0: (SiemIp, u8)
Replace(GeoIpDataset)

Tuple Fields of Replace

0: GeoIpDataset

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.