pub enum VncVencryptSubAuth {
plain,
tls_none,
x509_none,
tls_vnc,
x509_vnc,
tls_plain,
x509_plain,
tls_sasl,
x509_sasl,
}
Variants§
Trait Implementations§
Source§impl Clone for VncVencryptSubAuth
impl Clone for VncVencryptSubAuth
Source§fn clone(&self) -> VncVencryptSubAuth
fn clone(&self) -> VncVencryptSubAuth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VncVencryptSubAuth
impl Debug for VncVencryptSubAuth
Source§impl<'de> Deserialize<'de> for VncVencryptSubAuth
impl<'de> Deserialize<'de> for VncVencryptSubAuth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for VncVencryptSubAuth
impl Enum for VncVencryptSubAuth
Source§impl FromStr for VncVencryptSubAuth
impl FromStr for VncVencryptSubAuth
Source§impl Hash for VncVencryptSubAuth
impl Hash for VncVencryptSubAuth
Source§impl Ord for VncVencryptSubAuth
impl Ord for VncVencryptSubAuth
Source§fn cmp(&self, other: &VncVencryptSubAuth) -> Ordering
fn cmp(&self, other: &VncVencryptSubAuth) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VncVencryptSubAuth
impl PartialEq for VncVencryptSubAuth
Source§impl PartialOrd for VncVencryptSubAuth
impl PartialOrd for VncVencryptSubAuth
Source§impl Serialize for VncVencryptSubAuth
impl Serialize for VncVencryptSubAuth
impl Copy for VncVencryptSubAuth
impl Eq for VncVencryptSubAuth
impl StructuralPartialEq for VncVencryptSubAuth
Auto Trait Implementations§
impl Freeze for VncVencryptSubAuth
impl RefUnwindSafe for VncVencryptSubAuth
impl Send for VncVencryptSubAuth
impl Sync for VncVencryptSubAuth
impl Unpin for VncVencryptSubAuth
impl UnwindSafe for VncVencryptSubAuth
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more