Struct qapi_qmp::BlockdevOptionsRbd [−][src]
pub struct BlockdevOptionsRbd { pub snapshot: Option<String>, pub auth_client_required: Option<Vec<RbdAuthMode>>, pub server: Option<Vec<InetSocketAddressBase>>, pub key_secret: Option<String>, pub image: String, pub pool: String, pub conf: Option<String>, pub user: Option<String>, }
Fields
snapshot: Option<String>
auth_client_required: Option<Vec<RbdAuthMode>>
server: Option<Vec<InetSocketAddressBase>>
key_secret: Option<String>
image: String
pool: String
conf: Option<String>
user: Option<String>
Trait Implementations
impl Debug for BlockdevOptionsRbd
[src]
impl Debug for BlockdevOptionsRbd
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 BlockdevOptionsRbd
[src]
impl Clone for BlockdevOptionsRbd
fn clone(&self) -> BlockdevOptionsRbd
[src]
fn clone(&self) -> BlockdevOptionsRbd
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 BlockdevOptionsRbd
impl Send for BlockdevOptionsRbd
impl Sync for BlockdevOptionsRbd
impl Sync for BlockdevOptionsRbd