Struct qapi_qmp::transaction [−][src]
pub struct transaction { pub actions: Vec<TransactionAction>, pub properties: Option<TransactionProperties>, }
Fields
actions: Vec<TransactionAction>
properties: Option<TransactionProperties>
Trait Implementations
impl Debug for transaction
[src]
impl Debug for transaction
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for transaction
[src]
impl Clone for transaction
fn clone(&self) -> transaction
[src]
fn clone(&self) -> transaction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Command for transaction
[src]
impl Command for transaction
Auto Trait Implementations
impl Send for transaction
impl Send for transaction
impl Sync for transaction
impl Sync for transaction