pub enum CredentialTypeArg {
None,
Psk,
Password,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CredentialTypeArg
impl Clone for CredentialTypeArg
Source§fn clone(&self) -> CredentialTypeArg
fn clone(&self) -> CredentialTypeArg
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 CredentialTypeArg
impl Debug for CredentialTypeArg
Source§impl Display for CredentialTypeArg
impl Display for CredentialTypeArg
Source§impl FromStr for CredentialTypeArg
impl FromStr for CredentialTypeArg
Source§impl PartialEq for CredentialTypeArg
impl PartialEq for CredentialTypeArg
impl Copy for CredentialTypeArg
impl StructuralPartialEq 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 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
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
)