Struct gitlab::api::projects::environments::Environments [−][src]
pub struct Environments<'a> { /* fields omitted */ }
Expand description
Query for environments within 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 Environments<'a>
impl<'a> Send for Environments<'a>
impl<'a> Sync for Environments<'a>
impl<'a> Unpin for Environments<'a>
impl<'a> UnwindSafe for Environments<'a>