pub enum VncPrimaryAuth {
none,
vnc,
ra2,
ra2ne,
tight,
ultra,
tls,
vencrypt,
sasl,
}
Variants§
Trait Implementations§
Source§impl Clone for VncPrimaryAuth
impl Clone for VncPrimaryAuth
Source§fn clone(&self) -> VncPrimaryAuth
fn clone(&self) -> VncPrimaryAuth
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 VncPrimaryAuth
impl Debug for VncPrimaryAuth
Source§impl<'de> Deserialize<'de> for VncPrimaryAuth
impl<'de> Deserialize<'de> for VncPrimaryAuth
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 VncPrimaryAuth
impl Enum for VncPrimaryAuth
Source§impl FromStr for VncPrimaryAuth
impl FromStr for VncPrimaryAuth
Source§impl Hash for VncPrimaryAuth
impl Hash for VncPrimaryAuth
Source§impl Ord for VncPrimaryAuth
impl Ord for VncPrimaryAuth
Source§fn cmp(&self, other: &VncPrimaryAuth) -> Ordering
fn cmp(&self, other: &VncPrimaryAuth) -> 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 VncPrimaryAuth
impl PartialEq for VncPrimaryAuth
Source§impl PartialOrd for VncPrimaryAuth
impl PartialOrd for VncPrimaryAuth
Source§impl Serialize for VncPrimaryAuth
impl Serialize for VncPrimaryAuth
impl Copy for VncPrimaryAuth
impl Eq for VncPrimaryAuth
impl StructuralPartialEq for VncPrimaryAuth
Auto Trait Implementations§
impl Freeze for VncPrimaryAuth
impl RefUnwindSafe for VncPrimaryAuth
impl Send for VncPrimaryAuth
impl Sync for VncPrimaryAuth
impl Unpin for VncPrimaryAuth
impl UnwindSafe for VncPrimaryAuth
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