Struct lesspass_client::ChangeUserPassword [−][src]
Expand description
To change the password for a user
Fields
current_password: String
new_password: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChangeUserPassword
impl Send for ChangeUserPassword
impl Sync for ChangeUserPassword
impl Unpin for ChangeUserPassword
impl UnwindSafe for ChangeUserPassword
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more