Enum libvirt_rpc::request::EventDefinedDetailType [] [src]

#[repr(u8)]
pub enum EventDefinedDetailType { Added, Updated, Renamed, FromSnapshot, }

Variants

Newly created config file

Changed config file

Domain was renamed

Config was restored from a snapshot

Trait Implementations

impl Debug for EventDefinedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations