Enum redmine_api::api::users::UserInclude
source · [−]pub enum UserInclude {
Memberships,
Groups,
}
Expand description
The types of associated data which can be fetched along with a user
Variants
Memberships
The project memberships of this user
Groups
The groups where this user is a member
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UserInclude
impl Send for UserInclude
impl Sync for UserInclude
impl Unpin for UserInclude
impl UnwindSafe for UserInclude
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