Struct redmine_api::api::users::ListUsersBuilder
source · [−]pub struct ListUsersBuilder<'a> { /* private fields */ }Expand description
Builder for ListUsers.
Implementations
Filter by user status The status of the users (locked, registered but not confirmed yet,…)
Filter by name, this matches login, firstname, lastname and if it contains a space also firstname and lastname
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListUsersBuilder<'a>
impl<'a> Send for ListUsersBuilder<'a>
impl<'a> Sync for ListUsersBuilder<'a>
impl<'a> Unpin for ListUsersBuilder<'a>
impl<'a> UnwindSafe for ListUsersBuilder<'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