Struct qapi_qmp::NFSServer[][src]

pub struct NFSServer {
    pub type_: NFSTransport,
    pub host: String,
}

Fields

Trait Implementations

impl Debug for NFSServer
[src]

Formats the value using the given formatter. Read more

impl Clone for NFSServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NFSServer

impl Sync for NFSServer