Struct qapi_qmp::BlockdevOptionsGluster
[−]
[src]
pub struct BlockdevOptionsGluster { pub volume: String, pub server: Vec<SocketAddress>, pub path: String, pub debug: Option<isize>, pub logfile: Option<String>, }
Fields
volume: String
server: Vec<SocketAddress>
path: String
debug: Option<isize>
logfile: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsGluster
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsGluster
[src]
fn clone(&self) -> BlockdevOptionsGluster
[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