pub struct RemoveVirtualAuthenticatorParams<'a> { /* private fields */ }Expand description
Removes the given authenticator.
Implementations§
Source§impl<'a> RemoveVirtualAuthenticatorParams<'a>
impl<'a> RemoveVirtualAuthenticatorParams<'a>
Sourcepub fn builder(
authenticator_id: impl Into<AuthenticatorId<'a>>,
) -> RemoveVirtualAuthenticatorParamsBuilder<'a>
pub fn builder( authenticator_id: impl Into<AuthenticatorId<'a>>, ) -> RemoveVirtualAuthenticatorParamsBuilder<'a>
Creates a builder for this type with the required parameters:
authenticator_id:
pub fn authenticator_id(&self) -> &AuthenticatorId<'a>
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for RemoveVirtualAuthenticatorParams<'a>
impl<'a> CdpCommand<'a> for RemoveVirtualAuthenticatorParams<'a>
Source§impl<'a> Clone for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Clone for RemoveVirtualAuthenticatorParams<'a>
Source§fn clone(&self) -> RemoveVirtualAuthenticatorParams<'a>
fn clone(&self) -> RemoveVirtualAuthenticatorParams<'a>
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 moreSource§impl<'a> Debug for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Debug for RemoveVirtualAuthenticatorParams<'a>
Source§impl<'a> Default for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Default for RemoveVirtualAuthenticatorParams<'a>
Source§fn default() -> RemoveVirtualAuthenticatorParams<'a>
fn default() -> RemoveVirtualAuthenticatorParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for RemoveVirtualAuthenticatorParams<'a>
impl<'de, 'a> Deserialize<'de> for RemoveVirtualAuthenticatorParams<'a>
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
Auto Trait Implementations§
impl<'a> Freeze for RemoveVirtualAuthenticatorParams<'a>
impl<'a> RefUnwindSafe for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Send for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Sync for RemoveVirtualAuthenticatorParams<'a>
impl<'a> Unpin for RemoveVirtualAuthenticatorParams<'a>
impl<'a> UnsafeUnpin for RemoveVirtualAuthenticatorParams<'a>
impl<'a> UnwindSafe for RemoveVirtualAuthenticatorParams<'a>
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