pub struct resetPassword;
Trait Implementations§
Source§impl Field for resetPassword
impl Field for resetPassword
Source§impl HasArgument<email> for resetPassword
impl HasArgument<email> for resetPassword
Auto Trait Implementations§
impl Freeze for resetPassword
impl RefUnwindSafe for resetPassword
impl Send for resetPassword
impl Sync for resetPassword
impl Unpin for resetPassword
impl UnwindSafe for resetPassword
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