pub struct OperationResetPassword;
Trait Implementations§
Source§impl Operation for OperationResetPassword
impl Operation for OperationResetPassword
type PathParams = (Uuid,)
type QueryParams = ()
type Body = PasswordResetRequest
type Output = ()
fn method() -> Method
fn path( p: <Self::PathParams as TupleRef<'_>>::Ref, q: Option<&Self::QueryParams>, ) -> String
fn to_body(body: &Self::Body) -> Option<Value>
Auto Trait Implementations§
impl Freeze for OperationResetPassword
impl RefUnwindSafe for OperationResetPassword
impl Send for OperationResetPassword
impl Sync for OperationResetPassword
impl Unpin for OperationResetPassword
impl UnwindSafe for OperationResetPassword
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