Enum redmine_api::api::projects::ProjectsInclude
source · [−]pub enum ProjectsInclude {
Trackers,
IssueCategories,
EnabledModules,
}
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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProjectsInclude
impl Send for ProjectsInclude
impl Sync for ProjectsInclude
impl Unpin for ProjectsInclude
impl UnwindSafe for ProjectsInclude
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