pub struct CompleteEndUserRegistrationWithWalletsRequest {
pub first_factor_credential: Value,
pub second_factor_credential: Option<Value>,
pub recovery_credential: Option<RecoveryKeyAttestation>,
pub wallets: Vec<Value>,
}Expand description
Complete End User Registration with Wallets
Fields§
§first_factor_credential: Value§second_factor_credential: Option<Value>§recovery_credential: Option<RecoveryKeyAttestation>§wallets: Vec<Value>Trait Implementations§
Source§impl Clone for CompleteEndUserRegistrationWithWalletsRequest
impl Clone for CompleteEndUserRegistrationWithWalletsRequest
Source§fn clone(&self) -> CompleteEndUserRegistrationWithWalletsRequest
fn clone(&self) -> CompleteEndUserRegistrationWithWalletsRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for CompleteEndUserRegistrationWithWalletsRequest
impl<'de> Deserialize<'de> for CompleteEndUserRegistrationWithWalletsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CompleteEndUserRegistrationWithWalletsRequest
impl RefUnwindSafe for CompleteEndUserRegistrationWithWalletsRequest
impl Send for CompleteEndUserRegistrationWithWalletsRequest
impl Sync for CompleteEndUserRegistrationWithWalletsRequest
impl Unpin for CompleteEndUserRegistrationWithWalletsRequest
impl UnsafeUnpin for CompleteEndUserRegistrationWithWalletsRequest
impl UnwindSafe for CompleteEndUserRegistrationWithWalletsRequest
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