pub enum SecurityTypeArg {
None,
Wep,
Wpa,
Wpa2,
Wpa3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SecurityTypeArg
impl Clone for SecurityTypeArg
Source§fn clone(&self) -> SecurityTypeArg
fn clone(&self) -> SecurityTypeArg
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 SecurityTypeArg
impl Debug for SecurityTypeArg
Source§impl Display for SecurityTypeArg
impl Display for SecurityTypeArg
Source§impl From<SecurityTypeArg> for SecurityType
impl From<SecurityTypeArg> for SecurityType
Source§fn from(arg: SecurityTypeArg) -> Self
fn from(arg: SecurityTypeArg) -> Self
Converts to this type from the input type.
Source§impl FromStr for SecurityTypeArg
impl FromStr for SecurityTypeArg
Source§impl PartialEq for SecurityTypeArg
impl PartialEq for SecurityTypeArg
impl Copy for SecurityTypeArg
impl StructuralPartialEq for SecurityTypeArg
Auto Trait Implementations§
impl Freeze for SecurityTypeArg
impl RefUnwindSafe for SecurityTypeArg
impl Send for SecurityTypeArg
impl Sync for SecurityTypeArg
impl Unpin for SecurityTypeArg
impl UnwindSafe for SecurityTypeArg
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
)