Enum re_set_lib::network::connection::KeyManagement
source · pub enum KeyManagement {
NONE,
IEEE8021X,
WPANONE,
WPAPSK,
WPAEAP,
}
Variants§
Trait Implementations§
source§impl Clone for KeyManagement
impl Clone for KeyManagement
source§fn clone(&self) -> KeyManagement
fn clone(&self) -> KeyManagement
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 KeyManagement
impl Debug for KeyManagement
source§impl Default for KeyManagement
impl Default for KeyManagement
source§fn default() -> KeyManagement
fn default() -> KeyManagement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyManagement
impl RefUnwindSafe for KeyManagement
impl Send for KeyManagement
impl Sync for KeyManagement
impl Unpin for KeyManagement
impl UnwindSafe for KeyManagement
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