pub struct AddVirtualAuthenticatorResult {
pub authenticator_id: AuthenticatorId,
}Fields§
§authenticator_id: AuthenticatorIdTrait Implementations§
Source§impl Clone for AddVirtualAuthenticatorResult
impl Clone for AddVirtualAuthenticatorResult
Source§fn clone(&self) -> AddVirtualAuthenticatorResult
fn clone(&self) -> AddVirtualAuthenticatorResult
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 AddVirtualAuthenticatorResult
impl<'de> Deserialize<'de> for AddVirtualAuthenticatorResult
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 AddVirtualAuthenticatorResult
impl PartialEq for AddVirtualAuthenticatorResult
Source§fn eq(&self, other: &AddVirtualAuthenticatorResult) -> bool
fn eq(&self, other: &AddVirtualAuthenticatorResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for AddVirtualAuthenticatorResult
impl TryFrom<Value> for AddVirtualAuthenticatorResult
impl StructuralPartialEq for AddVirtualAuthenticatorResult
Auto Trait Implementations§
impl Freeze for AddVirtualAuthenticatorResult
impl RefUnwindSafe for AddVirtualAuthenticatorResult
impl Send for AddVirtualAuthenticatorResult
impl Sync for AddVirtualAuthenticatorResult
impl Unpin for AddVirtualAuthenticatorResult
impl UnsafeUnpin for AddVirtualAuthenticatorResult
impl UnwindSafe for AddVirtualAuthenticatorResult
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