Enum redmine_api::api::issues::StatusFilter
source · [−]Expand description
ways to filter for issue status
Variants
Open
match all open statuses (default if no status filter is specified
Closed
match all closed statuses
All
match both open and closed statuses
TheseStatuses(Vec<u64>)
match a specific list of statuses
NotTheseStatuses(Vec<u64>)
match any status but a specific list of statuses
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StatusFilter
impl Send for StatusFilter
impl Sync for StatusFilter
impl Unpin for StatusFilter
impl UnwindSafe for StatusFilter
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