Struct gitlab::api::projects::ProjectBuilder [−][src]
pub struct ProjectBuilder<'a> { /* fields omitted */ }Expand description
Builder for Project.
Implementations
The project to get.
Include project statistics in the results.
Include project license information in the results.
Search for projects with custom attributes.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProjectBuilder<'a>impl<'a> Send for ProjectBuilder<'a>impl<'a> Sync for ProjectBuilder<'a>impl<'a> Unpin for ProjectBuilder<'a>impl<'a> UnwindSafe for ProjectBuilder<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more