pub struct ChangePassword;
Expand description
Change your password.
§Responses
success - 204 - No Content
§Errors
If the user isn’t authorized to change their password (403 - Forbidden
)
Trait Implementations§
Source§impl ApiEndpoint for ChangePassword
impl ApiEndpoint for ChangePassword
Source§type Req = ChangePasswordRequest
type Req = ChangePasswordRequest
The request type for this endpoint.
Source§type Path = ChangePasswordPath
type Path = ChangePasswordPath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for ChangePassword
impl RefUnwindSafe for ChangePassword
impl Send for ChangePassword
impl Sync for ChangePassword
impl Unpin for ChangePassword
impl UnwindSafe for ChangePassword
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