pub struct VerifyUserEmail;Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerifyUserEmail
impl RefUnwindSafe for VerifyUserEmail
impl Send for VerifyUserEmail
impl Sync for VerifyUserEmail
impl Unpin for VerifyUserEmail
impl UnsafeUnpin for VerifyUserEmail
impl UnwindSafe for VerifyUserEmail
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