pub struct RegisterVerifyEmail { /* private fields */ }Expand description
GET|POST /register/steps/:id/verify-email
Implementations§
Trait Implementations§
Source§impl Clone for RegisterVerifyEmail
impl Clone for RegisterVerifyEmail
Source§fn clone(&self) -> RegisterVerifyEmail
fn clone(&self) -> RegisterVerifyEmail
Returns a copy 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 moreSource§impl Debug for RegisterVerifyEmail
impl Debug for RegisterVerifyEmail
Auto Trait Implementations§
impl Freeze for RegisterVerifyEmail
impl RefUnwindSafe for RegisterVerifyEmail
impl Send for RegisterVerifyEmail
impl Sync for RegisterVerifyEmail
impl Unpin for RegisterVerifyEmail
impl UnwindSafe for RegisterVerifyEmail
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