pub enum ProjectsInclude {
Trackers,
IssueCategories,
EnabledModules,
TimeEntryActivities,
IssueCustomFields,
}
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 for the project
IssueCustomFields
Issue custom fields for the project
Trait Implementations§
Source§impl Clone for ProjectsInclude
impl Clone for ProjectsInclude
Source§fn clone(&self) -> ProjectsInclude
fn clone(&self) -> ProjectsInclude
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProjectsInclude
impl Debug for ProjectsInclude
Auto Trait Implementations§
impl Freeze for ProjectsInclude
impl RefUnwindSafe for ProjectsInclude
impl Send for ProjectsInclude
impl Sync for ProjectsInclude
impl Unpin for ProjectsInclude
impl UnwindSafe for ProjectsInclude
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more