Struct qapi_qmp::BlockdevOptionsGluster [−][src]
pub struct BlockdevOptionsGluster { pub logfile: Option<String>, pub path: String, pub volume: String, pub server: Vec<SocketAddress>, pub debug: Option<isize>, }
Fields
logfile: Option<String>
path: String
volume: String
server: Vec<SocketAddress>
debug: Option<isize>
Trait Implementations
impl Debug for BlockdevOptionsGluster
[src]
impl Debug for BlockdevOptionsGluster
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 BlockdevOptionsGluster
[src]
impl Clone for BlockdevOptionsGluster
fn clone(&self) -> BlockdevOptionsGluster
[src]
fn clone(&self) -> BlockdevOptionsGluster
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 BlockdevOptionsGluster
impl Send for BlockdevOptionsGluster
impl Sync for BlockdevOptionsGluster
impl Sync for BlockdevOptionsGluster