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
plaintls_nonex509_nonetls_vncx509_vnctls_plainx509_plaintls_saslx509_sasl
Trait Implementations
impl Debug for VncVencryptSubAuth[src]
impl Debug for VncVencryptSubAuthfn 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 VncVencryptSubAuth[src]
impl Clone for VncVencryptSubAuthfn clone(&self) -> VncVencryptSubAuth[src]
fn clone(&self) -> VncVencryptSubAuthReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for VncVencryptSubAuth
impl Send for VncVencryptSubAuthimpl Sync for VncVencryptSubAuth
impl Sync for VncVencryptSubAuth