Enum redmine_api::api::issues::SubProjectFilter
source · [−]pub enum SubProjectFilter {
OnlyParentProject,
TheseSubProjects(Vec<u64>),
NotTheseSubProjects(Vec<u64>),
}
Expand description
ways to filter for subproject
Variants
OnlyParentProject
return no issues from subjects
TheseSubProjects(Vec<u64>)
return issues from a specific list of sub project ids
NotTheseSubProjects(Vec<u64>)
return issues from any but a specific list of sub project ids
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SubProjectFilter
impl Send for SubProjectFilter
impl Sync for SubProjectFilter
impl Unpin for SubProjectFilter
impl UnwindSafe for SubProjectFilter
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