Struct qapi_qmp::BlockdevOptionsReplication[][src]

pub struct BlockdevOptionsReplication {
    pub base: BlockdevOptionsGenericFormat,
    pub mode: ReplicationMode,
    pub top_id: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsReplication
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsReplication
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsReplication

impl Sync for BlockdevOptionsReplication