Struct gitlab::api::projects::issues::IssuesBuilder [−][src]
pub struct IssuesBuilder<'a> { /* fields omitted */ }Expand description
Builder for Issues.
Implementations
The project to query for issues.
Filter issues based on state.
Include label details in the result.
Filter by the iteration.
Filter issues within a scope.
Filter issues by author.
Filter issues by weight.
Filter issues with a search query.
Filter issues created after a point in time.
Filter issues created before a point in time.
Filter issues last updated after a point in time.
Filter issues last updated before a point in time.
Filter issues by confidentiality.
Filter issues by due date.
Order results by a given key.
Return issues with one of a set of internal IDs.
Filter issues with any label.
Filter issues with a given label.
Filter issues with all of the given labels.
Filter issues without a milestone.
Filter issues with any milestone.
Filter issues with a given milestone.
Filter unassigned issues.
Filter issues assigned to a user (by ID).
Filter issues assigned to a users (by username).
Filter issues assigned to a set of users.
Filter issues without a reaction by the API caller.
Filter issues with any reaction by the API caller.
Filter issues with a specific reaction by the API caller.
The scopes to look for search query within.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for IssuesBuilder<'a>
impl<'a> Send for IssuesBuilder<'a>
impl<'a> Sync for IssuesBuilder<'a>
impl<'a> Unpin for IssuesBuilder<'a>
impl<'a> UnwindSafe for IssuesBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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