Struct redmine_api::api::users::CreateUserBuilder
source · [−]pub struct CreateUserBuilder<'a> { /* private fields */ }
Expand description
Builder for CreateUser
.
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 CreateUserBuilder<'a>
impl<'a> Send for CreateUserBuilder<'a>
impl<'a> Sync for CreateUserBuilder<'a>
impl<'a> Unpin for CreateUserBuilder<'a>
impl<'a> UnwindSafe for CreateUserBuilder<'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