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