Struct gitlab::api::projects::members::RemoveProjectMember [−][src]
pub struct RemoveProjectMember<'a> { /* fields omitted */ }
Expand description
Remove a user from a project.
Implementations
Create a builder for the endpoint.
Trait Implementations
The body for the endpoint. Read more
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for RemoveProjectMember<'a>
impl<'a> Send for RemoveProjectMember<'a>
impl<'a> Sync for RemoveProjectMember<'a>
impl<'a> Unpin for RemoveProjectMember<'a>
impl<'a> UnwindSafe for RemoveProjectMember<'a>