pub struct RemoveVirtualAuthenticatorBuilder { /* private fields */ }Expand description
Builder for RemoveVirtualAuthenticator.
Implementations§
Source§impl RemoveVirtualAuthenticatorBuilder
impl RemoveVirtualAuthenticatorBuilder
pub fn authenticator_id<VALUE: Into<AuthenticatorId>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<RemoveVirtualAuthenticator, RemoveVirtualAuthenticatorBuilderError>
pub fn build( &self, ) -> Result<RemoveVirtualAuthenticator, RemoveVirtualAuthenticatorBuilderError>
Trait Implementations§
Source§impl Clone for RemoveVirtualAuthenticatorBuilder
impl Clone for RemoveVirtualAuthenticatorBuilder
Source§fn clone(&self) -> RemoveVirtualAuthenticatorBuilder
fn clone(&self) -> RemoveVirtualAuthenticatorBuilder
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 moreAuto Trait Implementations§
impl Freeze for RemoveVirtualAuthenticatorBuilder
impl RefUnwindSafe for RemoveVirtualAuthenticatorBuilder
impl Send for RemoveVirtualAuthenticatorBuilder
impl Sync for RemoveVirtualAuthenticatorBuilder
impl Unpin for RemoveVirtualAuthenticatorBuilder
impl UnsafeUnpin for RemoveVirtualAuthenticatorBuilder
impl UnwindSafe for RemoveVirtualAuthenticatorBuilder
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