Struct qapi_qmp::QUORUM_FAILURE [−][src]
pub struct QUORUM_FAILURE {
pub reference: String,
pub sector_num: isize,
pub sectors_count: isize,
}Fields
reference: String
sector_num: isize
sectors_count: isize
Trait Implementations
impl Debug for QUORUM_FAILURE[src]
impl Debug for QUORUM_FAILUREfn 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 QUORUM_FAILURE[src]
impl Clone for QUORUM_FAILUREfn clone(&self) -> QUORUM_FAILURE[src]
fn clone(&self) -> QUORUM_FAILUREReturns 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 Event for QUORUM_FAILURE[src]
impl Event for QUORUM_FAILUREAuto Trait Implementations
impl Send for QUORUM_FAILURE
impl Send for QUORUM_FAILUREimpl Sync for QUORUM_FAILURE
impl Sync for QUORUM_FAILURE