pub enum AddVirtualAuthenticatorMethod {
AddVirtualAuthenticator,
}Variants§
AddVirtualAuthenticator
Trait Implementations§
Source§impl Clone for AddVirtualAuthenticatorMethod
impl Clone for AddVirtualAuthenticatorMethod
Source§fn clone(&self) -> AddVirtualAuthenticatorMethod
fn clone(&self) -> AddVirtualAuthenticatorMethod
Returns a duplicate 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<'de> Deserialize<'de> for AddVirtualAuthenticatorMethod
impl<'de> Deserialize<'de> for AddVirtualAuthenticatorMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AddVirtualAuthenticatorMethod
impl PartialEq for AddVirtualAuthenticatorMethod
Source§fn eq(&self, other: &AddVirtualAuthenticatorMethod) -> bool
fn eq(&self, other: &AddVirtualAuthenticatorMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddVirtualAuthenticatorMethod
Auto Trait Implementations§
impl Freeze for AddVirtualAuthenticatorMethod
impl RefUnwindSafe for AddVirtualAuthenticatorMethod
impl Send for AddVirtualAuthenticatorMethod
impl Sync for AddVirtualAuthenticatorMethod
impl Unpin for AddVirtualAuthenticatorMethod
impl UnsafeUnpin for AddVirtualAuthenticatorMethod
impl UnwindSafe for AddVirtualAuthenticatorMethod
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