Struct qapi_qmp::BlockdevOptionsQuorum
[−]
[src]
pub struct BlockdevOptionsQuorum { pub read_pattern: Option<QuorumReadPattern>, pub vote_threshold: isize, pub rewrite_corrupted: Option<bool>, pub children: Vec<BlockdevRef>, pub blkverify: Option<bool>, }
Fields
read_pattern: Option<QuorumReadPattern>
vote_threshold: isize
rewrite_corrupted: Option<bool>
children: Vec<BlockdevRef>
blkverify: Option<bool>
Trait Implementations
impl Debug for BlockdevOptionsQuorum
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsQuorum
[src]
fn clone(&self) -> BlockdevOptionsQuorum
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more