pub enum AuthenticatorData {}
Expand description
Defines the credential data used by WpaAuthenticator
.
This ZST specifies WPA Personal and WPA Enterprise types that contain credential data when used
with the [Wpa
] type constructor and is part of the WpaAuthenticator
type definition. The
conjugate type used for WpaDescriptor
is the unit type ()
, which uses the unit type for
all credential data (that is, no data at all).
Auto Trait Implementations§
impl Freeze for AuthenticatorData
impl RefUnwindSafe for AuthenticatorData
impl Send for AuthenticatorData
impl Sync for AuthenticatorData
impl Unpin for AuthenticatorData
impl UnwindSafe for AuthenticatorData
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