Enum qapi_qmp::VncPrimaryAuth [−][src]
pub enum VncPrimaryAuth { none, vnc, ra2, ra2ne, tight, ultra, tls, vencrypt, sasl, }
Variants
none
vnc
ra2
ra2ne
tight
ultra
tls
vencrypt
sasl
Trait Implementations
impl Debug for VncPrimaryAuth
[src]
impl Debug for VncPrimaryAuth
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for VncPrimaryAuth
[src]
impl Clone for VncPrimaryAuth
fn clone(&self) -> VncPrimaryAuth
[src]
fn clone(&self) -> VncPrimaryAuth
Returns 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 VncPrimaryAuth
impl Send for VncPrimaryAuth
impl Sync for VncPrimaryAuth
impl Sync for VncPrimaryAuth