Enum redmine_api::api::projects::ProjectInclude
source · [−]pub enum ProjectInclude {
Trackers,
IssueCategories,
EnabledModules,
TimeEntryActivities,
}
Expand description
The types of associated data which can be fetched along with a project
Variants
Trackers
Trackers enabled in the project
IssueCategories
Issue categories in the project
EnabledModules
Redmine Modules enabled in the project
TimeEntryActivities
Time Entry Activities enabled in the project
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProjectInclude
impl Send for ProjectInclude
impl Sync for ProjectInclude
impl Unpin for ProjectInclude
impl UnwindSafe for ProjectInclude
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