Struct qapi_qmp::transaction[][src]

pub struct transaction {
    pub actions: Vec<TransactionAction>,
    pub properties: Option<TransactionProperties>,
}

Fields

Trait Implementations

impl Debug for transaction
[src]

Formats the value using the given formatter. Read more

impl Clone for transaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for transaction
[src]

NAME: &'static str = "transaction"

Auto Trait Implementations

impl Send for transaction

impl Sync for transaction