Struct qapi_qmp::BlockdevOptionsReplication [−][src]
pub struct BlockdevOptionsReplication { pub base: BlockdevOptionsGenericFormat, pub mode: ReplicationMode, pub top_id: Option<String>, }
Fields
base: BlockdevOptionsGenericFormat
mode: ReplicationMode
top_id: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsReplication
[src]
impl Debug for BlockdevOptionsReplication
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 BlockdevOptionsReplication
[src]
impl Clone for BlockdevOptionsReplication
fn clone(&self) -> BlockdevOptionsReplication
[src]
fn clone(&self) -> BlockdevOptionsReplication
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
Auto Trait Implementations
impl Send for BlockdevOptionsReplication
impl Send for BlockdevOptionsReplication
impl Sync for BlockdevOptionsReplication
impl Sync for BlockdevOptionsReplication