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

#[repr(u8)]
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]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations