Struct redmine_api::api::issues::ListIssuesBuilder
source · [−]pub struct ListIssuesBuilder { /* private fields */ }
Expand description
Builder for ListIssues
.
Implementations
Include associated data
Sort by column
Filter by project id
Filter by subproject
Filter by tracker id
Filter by priority id
Filter by issue category id
Filter by issue status
Filter by subject
Filter by description
Filter by author
Filter by assignee
Filter by target version
Filter by creation time
Filter by update time
Filter by start date
Filter by due date
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListIssuesBuilder
impl Send for ListIssuesBuilder
impl Sync for ListIssuesBuilder
impl Unpin for ListIssuesBuilder
impl UnwindSafe for ListIssuesBuilder
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