Struct qapi_qmp::nbd_server_add [] [src]

pub struct nbd_server_add {
    pub device: String,
    pub writable: Option<bool>,
}

Fields

Trait Implementations

impl Debug for nbd_server_add
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for nbd_server_add
[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_add
[src]

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

Auto Trait Implementations