pub enum ProtectionType {
LegacyWpa1,
Rsne,
}
Variants§
Trait Implementations§
Source§impl Clone for ProtectionType
impl Clone for ProtectionType
Source§fn clone(&self) -> ProtectionType
fn clone(&self) -> ProtectionType
Returns a copy 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 ProtectionType
impl Debug for ProtectionType
Source§impl PartialEq for ProtectionType
impl PartialEq for ProtectionType
impl StructuralPartialEq for ProtectionType
Auto Trait Implementations§
impl Freeze for ProtectionType
impl RefUnwindSafe for ProtectionType
impl Send for ProtectionType
impl Sync for ProtectionType
impl Unpin for ProtectionType
impl UnwindSafe for ProtectionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)