Struct gitlab::api::projects::issues::Issues [−][src]
pub struct Issues<'a> { /* fields omitted */ }
Expand description
Query for issues within a project.
TODO: Negation (not) filters are not yet supported.
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Issues<'a>
impl<'a> UnwindSafe for Issues<'a>