Struct mas_router::AccountVerifyEmail
source · pub struct AccountVerifyEmail { /* private fields */ }
Expand description
GET|POST /verify-email/:id
Implementations§
source§impl AccountVerifyEmail
impl AccountVerifyEmail
pub fn new(id: Ulid) -> Self
pub fn and_maybe(self, action: Option<PostAuthAction>) -> Self
pub fn and_then(self, action: PostAuthAction) -> Self
Trait Implementations§
source§impl Clone for AccountVerifyEmail
impl Clone for AccountVerifyEmail
source§fn clone(&self) -> AccountVerifyEmail
fn clone(&self) -> AccountVerifyEmail
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 AccountVerifyEmail
impl Debug for AccountVerifyEmail
Auto Trait Implementations§
impl Freeze for AccountVerifyEmail
impl RefUnwindSafe for AccountVerifyEmail
impl Send for AccountVerifyEmail
impl Sync for AccountVerifyEmail
impl Unpin for AccountVerifyEmail
impl UnwindSafe for AccountVerifyEmail
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)