pub enum AuthCipher {
Auto,
Tkip,
Aes,
Empty,
Null,
}Expand description
auto- Auto *tkip- TKIP *aes- AES
Variants§
Trait Implementations§
Source§impl Clone for AuthCipher
impl Clone for AuthCipher
Source§fn clone(&self) -> AuthCipher
fn clone(&self) -> AuthCipher
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 AuthCipher
impl Debug for AuthCipher
Source§impl Default for AuthCipher
impl Default for AuthCipher
Source§fn default() -> AuthCipher
fn default() -> AuthCipher
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthCipher
impl<'de> Deserialize<'de> for AuthCipher
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 Hash for AuthCipher
impl Hash for AuthCipher
Source§impl Ord for AuthCipher
impl Ord for AuthCipher
Source§fn cmp(&self, other: &AuthCipher) -> Ordering
fn cmp(&self, other: &AuthCipher) -> 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 AuthCipher
impl PartialEq for AuthCipher
Source§impl PartialOrd for AuthCipher
impl PartialOrd for AuthCipher
Source§impl Serialize for AuthCipher
impl Serialize for AuthCipher
impl Copy for AuthCipher
impl Eq for AuthCipher
impl StructuralPartialEq for AuthCipher
Auto Trait Implementations§
impl Freeze for AuthCipher
impl RefUnwindSafe for AuthCipher
impl Send for AuthCipher
impl Sync for AuthCipher
impl Unpin for AuthCipher
impl UnwindSafe for AuthCipher
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