Struct gitlab::api::users::UsersBuilder [−][src]
pub struct UsersBuilder<'a> { /* fields omitted */ }
Expand description
Builder for Users
.
Implementations
Search for users using a query string.
The search query will be escaped automatically.
Get a user with a given username.
Search for a user with a given external provider identity.
Return users created before a given date.
Return users created after a given date.
Search for users with custom attributes.
Order results by a given key.
Return users with a two-factor enabled or not.
If set to true
, filter out users without any projects.
Exclude internal users.
These are generally Service Desk users or other GitLab-managed users.
Add a custom attribute search parameter.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for UsersBuilder<'a>
impl<'a> Send for UsersBuilder<'a>
impl<'a> Sync for UsersBuilder<'a>
impl<'a> Unpin for UsersBuilder<'a>
impl<'a> UnwindSafe for UsersBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more