pub struct UserPassword {
pub current_password: String,
}
Expand description
To delete user
Fields§
§current_password: String
Trait Implementations§
Source§impl Debug for UserPassword
impl Debug for UserPassword
Auto Trait Implementations§
impl Freeze for UserPassword
impl RefUnwindSafe for UserPassword
impl Send for UserPassword
impl Sync for UserPassword
impl Unpin for UserPassword
impl UnwindSafe for UserPassword
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