Struct gitlab::api::projects::releases::ProjectReleases [−][src]
pub struct ProjectReleases<'a> { /* fields omitted */ }Expand description
Query releases of a project.
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProjectReleases<'a>
impl<'a> Send for ProjectReleases<'a>
impl<'a> Sync for ProjectReleases<'a>
impl<'a> Unpin for ProjectReleases<'a>
impl<'a> UnwindSafe for ProjectReleases<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more