pub struct AddCredentialParamsBuilder { /* private fields */ }Implementations§
source§impl AddCredentialParamsBuilder
impl AddCredentialParamsBuilder
pub fn authenticator_id( self, authenticator_id: impl Into<AuthenticatorId> ) -> AddCredentialParamsBuilder
pub fn credential( self, credential: impl Into<Credential> ) -> AddCredentialParamsBuilder
pub fn build(self) -> Result<AddCredentialParams, String>
Trait Implementations§
source§impl Clone for AddCredentialParamsBuilder
impl Clone for AddCredentialParamsBuilder
source§fn clone(&self) -> AddCredentialParamsBuilder
fn clone(&self) -> AddCredentialParamsBuilder
Returns a copy 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 AddCredentialParamsBuilder
impl Default for AddCredentialParamsBuilder
source§fn default() -> AddCredentialParamsBuilder
fn default() -> AddCredentialParamsBuilder
Returns the “default value” for a type. Read more