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