Struct gitlab::api::projects::members::ProjectMembers [−][src]
pub struct ProjectMembers<'a> { /* fields omitted */ }Expand description
Query a members of a project.
Implementations
Create a builder for the endpoint.
Create a builder for the endpoint that includes ancestor groups.
Trait Implementations
Query parameters for the endpoint.
Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProjectMembers<'a>impl<'a> Send for ProjectMembers<'a>impl<'a> Sync for ProjectMembers<'a>impl<'a> Unpin for ProjectMembers<'a>impl<'a> UnwindSafe for ProjectMembers<'a>