Enum qapi_qmp::VncPrimaryAuth[][src]

pub enum VncPrimaryAuth {
    none,
    vnc,
    ra2,
    ra2ne,
    tight,
    ultra,
    tls,
    vencrypt,
    sasl,
}

Variants

Trait Implementations

impl Debug for VncPrimaryAuth
[src]

Formats the value using the given formatter. Read more

impl Clone for VncPrimaryAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VncPrimaryAuth

impl Sync for VncPrimaryAuth