Enum libvirt_rpc::request::EventShutdownDetailType [] [src]

#[repr(u8)]
pub enum EventShutdownDetailType { Finished, }

Variants

Guest finished shutdown sequence

Trait Implementations

impl Debug for EventShutdownDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations