Enum libvirt_rpc::request::EventStartedDetailType [] [src]

pub enum EventStartedDetailType {
    Booted,
    Migrated,
    Restored,
    FromSnapshot,
    Wakeup,
}

Variants

Normal startup from boot

Incoming migration from another host

Restored from a state file

Restored from snapshot

Started due to wakeup event

Trait Implementations

impl Debug for EventStartedDetailType
[src]

Formats the value using the given formatter.