Enum libvirt_rpc::request::EventCrashedDetailType [] [src]

#[repr(u8)]
pub enum EventCrashedDetailType { Panicked, }

Variants

Guest was panicked

Trait Implementations

impl Debug for EventCrashedDetailType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations