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 BlockdevOptionsGlusterfn 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 BlockdevOptionsGluster[src]
impl Clone for BlockdevOptionsGlusterfn clone(&self) -> BlockdevOptionsGluster[src]
fn clone(&self) -> BlockdevOptionsGlusterReturns 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 BlockdevOptionsGlusterimpl Sync for BlockdevOptionsGluster
impl Sync for BlockdevOptionsGluster