Enum qapi_qmp::VncVencryptSubAuth[][src]

pub enum VncVencryptSubAuth {
    plain,
    tls_none,
    x509_none,
    tls_vnc,
    x509_vnc,
    tls_plain,
    x509_plain,
    tls_sasl,
    x509_sasl,
}

Variants

Trait Implementations

impl Debug for VncVencryptSubAuth
[src]

Formats the value using the given formatter. Read more

impl Clone for VncVencryptSubAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations