Trait qapi::Event[][src]

pub trait Event: DeserializeOwned {
    const NAME: &'static str;
}

Associated Constants

Implementations on Foreign Types

impl Event for SPICE_MIGRATE_COMPLETED
[src]

impl Event for NIC_RX_FILTER_CHANGED
[src]

impl Event for DUMP_COMPLETED
[src]

impl Event for WATCHDOG
[src]

impl Event for DEVICE_DELETED
[src]

impl Event for BLOCK_IMAGE_CORRUPTED
[src]

impl Event for GUEST_PANICKED
[src]

impl Event for VNC_DISCONNECTED
[src]

impl Event for POWERDOWN
[src]

impl Event for BLOCK_IO_ERROR
[src]

impl Event for SUSPEND_DISK
[src]

impl Event for QUORUM_REPORT_BAD
[src]

impl Event for VNC_CONNECTED
[src]

impl Event for SPICE_CONNECTED
[src]

impl Event for SHUTDOWN
[src]

impl Event for BLOCK_JOB_ERROR
[src]

impl Event for STOP
[src]

impl Event for SPICE_DISCONNECTED
[src]

impl Event for DEVICE_TRAY_MOVED
[src]

impl Event for VNC_INITIALIZED
[src]

impl Event for BLOCK_JOB_READY
[src]

impl Event for BALLOON_CHANGE
[src]

impl Event for BLOCK_JOB_CANCELLED
[src]

impl Event for BLOCK_JOB_PENDING
[src]

impl Event for PR_MANAGER_STATUS_CHANGED
[src]

impl Event for RTC_CHANGE
[src]

impl Event for BLOCK_WRITE_THRESHOLD
[src]

impl Event for QUORUM_FAILURE
[src]

impl Event for COMMAND_DROPPED
[src]

impl Event for VSERPORT_CHANGE
[src]

impl Event for JOB_STATUS_CHANGE
[src]

impl Event for SPICE_INITIALIZED
[src]

impl Event for RESUME
[src]

impl Event for WAKEUP
[src]

impl Event for SUSPEND
[src]

impl Event for MIGRATION
[src]

impl Event for ACPI_DEVICE_OST
[src]

impl Event for RESET
[src]

impl Event for MEM_UNPLUG_ERROR
[src]

impl Event for BLOCK_JOB_COMPLETED
[src]

impl Event for MIGRATION_PASS
[src]

Implementors