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.

The sort order for return results.

Builds a new Issues.

Errors

If a required field has not been initialized.

Return an issue with an internal ID.

Return issues with one of a set of internal IDs.

Filter unlabeled issues.

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 assigned 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 a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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