pub struct VerifyResetEmail;
Expand description
verifies the updated email for a user
Trait Implementations§
Source§impl ApiEndpoint for VerifyResetEmail
impl ApiEndpoint for VerifyResetEmail
Source§type Req = VerifyResetEmailRequest
type Req = VerifyResetEmailRequest
The request type for this endpoint.
Source§type Path = VerifyResetEmailPath
type Path = VerifyResetEmailPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for VerifyResetEmail
impl RefUnwindSafe for VerifyResetEmail
impl Send for VerifyResetEmail
impl Sync for VerifyResetEmail
impl Unpin for VerifyResetEmail
impl UnwindSafe for VerifyResetEmail
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