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