Enum qapi_qmp::NFSTransport[][src]

pub enum NFSTransport {
    inet,
}

Variants

Trait Implementations

impl Debug for NFSTransport
[src]

Formats the value using the given formatter. Read more

impl Clone for NFSTransport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NFSTransport

impl Sync for NFSTransport