Struct qapi_qmp::nbd_server_start [−][src]
pub struct nbd_server_start { pub tls_creds: Option<String>, pub addr: SocketAddressLegacy, }
Fields
tls_creds: Option<String>
addr: SocketAddressLegacy
Trait Implementations
impl Debug for nbd_server_start
[src]
impl Debug for nbd_server_start
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 nbd_server_start
[src]
impl Clone for nbd_server_start
fn clone(&self) -> nbd_server_start
[src]
fn clone(&self) -> nbd_server_start
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
impl Command for nbd_server_start
[src]
impl Command for nbd_server_start
Auto Trait Implementations
impl Send for nbd_server_start
impl Send for nbd_server_start
impl Sync for nbd_server_start
impl Sync for nbd_server_start