Enum libvirt_rpc::request::DomainEventId [] [src]

pub enum DomainEventId {
    Lifecycle,
    Reboot,
    RtcChange,
    Watchdog,
    IoError,
    Graphics,
    IoErrorReason,
    ControlError,
    BlockJob,
    DiskChange,
    TrayChange,
    PmWakeup,
    PmSuspend,
    BalloonChange,
    PmSuspendDisk,
    DeviceRemoved,
    BlockJob2,
    Tunable,
    AgentLifecycle,
    DeviceAdded,
    MigrationIteration,
    JobCompleted,
    DeviceRemovalFailed,
    MetadataChanged,
    BlockThreshold,
}

Variants

Methods

impl DomainEventId
[src]

Trait Implementations

impl Debug for DomainEventId
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DomainEventId
[src]

impl Clone for DomainEventId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DomainEventId

impl Sync for DomainEventId