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_FAILURE
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 QUORUM_FAILURE
[src]
impl Clone for QUORUM_FAILURE
fn clone(&self) -> QUORUM_FAILURE
[src]
fn clone(&self) -> QUORUM_FAILURE
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 Event for QUORUM_FAILURE
[src]
impl Event for QUORUM_FAILURE
Auto Trait Implementations
impl Send for QUORUM_FAILURE
impl Send for QUORUM_FAILURE
impl Sync for QUORUM_FAILURE
impl Sync for QUORUM_FAILURE