pub struct UpdateUserBuilder<'a> { /* private fields */ }
Expand description

Builder for UpdateUser.

Implementations

The id of the user to update

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

Make the user a Redmine administrator

Builds a new UpdateUser.

Errors

If a required field has not been initialized.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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