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