Struct mas_router::AccountPasswordChange
source · pub struct AccountPasswordChange;
Expand description
GET /account/password/change
Handled by the React frontend; this struct definition is purely for redirects.
Trait Implementations§
source§impl Clone for AccountPasswordChange
impl Clone for AccountPasswordChange
source§fn clone(&self) -> AccountPasswordChange
fn clone(&self) -> AccountPasswordChange
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 AccountPasswordChange
impl Debug for AccountPasswordChange
source§impl Default for AccountPasswordChange
impl Default for AccountPasswordChange
source§fn default() -> AccountPasswordChange
fn default() -> AccountPasswordChange
Returns the “default value” for a type. Read more
source§impl SimpleRoute for AccountPasswordChange
impl SimpleRoute for AccountPasswordChange
Auto Trait Implementations§
impl Freeze for AccountPasswordChange
impl RefUnwindSafe for AccountPasswordChange
impl Send for AccountPasswordChange
impl Sync for AccountPasswordChange
impl Unpin for AccountPasswordChange
impl UnwindSafe for AccountPasswordChange
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
)