Struct gitlab::api::groups::projects::GroupProjects [−][src]
pub struct GroupProjects<'a> { /* fields omitted */ }Expand description
Query projects of a group.
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 GroupProjects<'a>impl<'a> Send for GroupProjects<'a>impl<'a> Sync for GroupProjects<'a>impl<'a> Unpin for GroupProjects<'a>impl<'a> UnwindSafe for GroupProjects<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more