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]
impl Debug for NFSServerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for NFSServer[src]
impl Clone for NFSServer