Struct qapi_qmp::ReplicationStatus [−][src]
Fields
error: bool
desc: Option<String>
Trait Implementations
impl Debug for ReplicationStatus[src]
impl Debug for ReplicationStatusfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ReplicationStatus[src]
impl Clone for ReplicationStatusfn clone(&self) -> ReplicationStatus[src]
fn clone(&self) -> ReplicationStatusReturns 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 ReplicationStatus
impl Send for ReplicationStatusimpl Sync for ReplicationStatus
impl Sync for ReplicationStatus