pub enum CredentialTypeArg {
None,
Psk,
Password,
}Variants§
Trait Implementations§
Source§impl Clone for CredentialTypeArg
impl Clone for CredentialTypeArg
Source§fn clone(&self) -> CredentialTypeArg
fn clone(&self) -> CredentialTypeArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CredentialTypeArg
Source§impl Debug for CredentialTypeArg
impl Debug for CredentialTypeArg
Source§impl PartialEq for CredentialTypeArg
impl PartialEq for CredentialTypeArg
Source§fn eq(&self, other: &CredentialTypeArg) -> bool
fn eq(&self, other: &CredentialTypeArg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CredentialTypeArg
Source§impl ValueEnum for CredentialTypeArg
impl ValueEnum for CredentialTypeArg
Auto Trait Implementations§
impl Freeze for CredentialTypeArg
impl RefUnwindSafe for CredentialTypeArg
impl Send for CredentialTypeArg
impl Sync for CredentialTypeArg
impl Unpin for CredentialTypeArg
impl UnsafeUnpin for CredentialTypeArg
impl UnwindSafe for CredentialTypeArg
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