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

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]

Formats the value using the given formatter.