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