pub struct EnrollFactorParams {
pub body: AuthenticationFactorsCreateRequest,
}Fields§
§body: AuthenticationFactorsCreateRequestRequest body sent with this call.
Required.
Implementations§
Source§impl EnrollFactorParams
impl EnrollFactorParams
Sourcepub fn new(body: AuthenticationFactorsCreateRequest) -> Self
pub fn new(body: AuthenticationFactorsCreateRequest) -> Self
Construct a new EnrollFactorParams with the required fields set.
Trait Implementations§
Source§impl Clone for EnrollFactorParams
impl Clone for EnrollFactorParams
Source§fn clone(&self) -> EnrollFactorParams
fn clone(&self) -> EnrollFactorParams
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 Debug for EnrollFactorParams
impl Debug for EnrollFactorParams
Auto Trait Implementations§
impl Freeze for EnrollFactorParams
impl RefUnwindSafe for EnrollFactorParams
impl Send for EnrollFactorParams
impl Sync for EnrollFactorParams
impl Unpin for EnrollFactorParams
impl UnsafeUnpin for EnrollFactorParams
impl UnwindSafe for EnrollFactorParams
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