pub struct GetCredentialBuilder { /* private fields */ }Implementations§
Source§impl GetCredentialBuilder
impl GetCredentialBuilder
pub fn authenticator_id( self, authenticator_id: impl Into<AuthenticatorId>, ) -> Self
pub fn credential_id(self, credential_id: impl Into<Binary>) -> Self
pub fn build(self) -> Result<GetCredential, String>
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 moreSource§impl Default for GetCredentialBuilder
impl Default for GetCredentialBuilder
Source§fn default() -> GetCredentialBuilder
fn default() -> GetCredentialBuilder
Returns the “default value” for a type. Read more
Auto 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