Struct qapi_qmp::NFSServer
[−]
[src]
pub struct NFSServer { pub type_: NFSTransport, pub host: String, }
Fields
type_: NFSTransport
host: String
Trait Implementations
impl Debug for NFSServer
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more