Struct gitlab::api::projects::environments::EnvironmentsBuilder [−][src]
pub struct EnvironmentsBuilder<'a> { /* fields omitted */ }
Expand description
Builder for Environments
.
Implementations
The project to query for environments.
Filter by the state of the environment.
Note that even though the parameter is plural, it only supports a single value.
Filter environments matching a name.
Mutually exclusive with search
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for EnvironmentsBuilder<'a>
impl<'a> Send for EnvironmentsBuilder<'a>
impl<'a> Sync for EnvironmentsBuilder<'a>
impl<'a> Unpin for EnvironmentsBuilder<'a>
impl<'a> UnwindSafe for EnvironmentsBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more