Enum libvirt_rpc::request::EventUndefinedDetailType [] [src]

#[repr(u8)]
pub enum EventUndefinedDetailType { Removed, Renamed, }

Variants

Deleted the config file

Domain was renamed

Trait Implementations

impl Debug for EventUndefinedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations