Enum libvirt_rpc::request::EventSuspendedDetailType [] [src]

#[repr(u8)]
pub enum EventSuspendedDetailType { Paused, Migrated, IoError, Watchdog, Restored, FromSnapshot, ApiError, PostCopy, PostCopyFailed, }

Variants

Normal suspend due to admin pause

Suspended for offline migration

Suspended due to a disk I/O error

Suspended due to a watchdog firing

Restored from paused state file

Restored from paused snapshot

Suspended after failure during libvirt API call

Suspended for post-copy migration

Suspended after failed post-copy

Trait Implementations

impl Debug for EventSuspendedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations