Struct redmine_api::api::users::UpdateUserBuilder
source · [−]pub struct UpdateUserBuilder<'a> { /* private fields */ }
Expand description
Builder for UpdateUser
.
Implementations
The login for the user
The user’s password
It is recommended to use generate_password instead
The user’s firstname
The user’s lastname
The users primary email address
allows setting users to be e.g. LDAP users
what kind of mail notifications should be sent to the user
if set the user must change their password after the next login
generate a random password
Send account information to the user
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UpdateUserBuilder<'a>
impl<'a> Send for UpdateUserBuilder<'a>
impl<'a> Sync for UpdateUserBuilder<'a>
impl<'a> Unpin for UpdateUserBuilder<'a>
impl<'a> UnwindSafe for UpdateUserBuilder<'a>
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