pub struct VerifyPasswordResetCodeRequestBodyPayload { /* private fields */ }Expand description
Request body payload for the verify password reset code API.
See also API reference.
Implementations§
Source§impl VerifyPasswordResetCodeRequestBodyPayload
impl VerifyPasswordResetCodeRequestBodyPayload
Sourcepub fn new(oob_code: String) -> Self
pub fn new(oob_code: String) -> Self
Creates a new request body payload for the verify password reset code API.
See also API reference.
§Arguments
oob_code- The email action code sent to the user’s email for resetting the password.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyPasswordResetCodeRequestBodyPayload
impl RefUnwindSafe for VerifyPasswordResetCodeRequestBodyPayload
impl Send for VerifyPasswordResetCodeRequestBodyPayload
impl Sync for VerifyPasswordResetCodeRequestBodyPayload
impl Unpin for VerifyPasswordResetCodeRequestBodyPayload
impl UnwindSafe for VerifyPasswordResetCodeRequestBodyPayload
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