Struct qapi_qmp::nbd_server_start [] [src]

pub struct nbd_server_start {
    pub addr: SocketAddressLegacy,
    pub tls_creds: Option<String>,
}

Fields

Trait Implementations

impl Debug for nbd_server_start
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for nbd_server_start
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for nbd_server_start
[src]

NAME: &'static str = "nbd-server-start"

Auto Trait Implementations