Enum libvirt_rpc::request::EventStoppedDetailType [] [src]

#[repr(u8)]
pub enum EventStoppedDetailType { Shutdown, Destroyed, Crashed, Migrated, Saved, Failed, FromSnapshot, }

Variants

Normal shutdown

Forced poweroff from host

Guest crashed

Migrated off to another host

Saved to a state file

Host emulator/mgmt failed

Offline snapshot loaded

Trait Implementations

impl Debug for EventStoppedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations