Struct gitlab::api::groups::UnshareGroup
source · pub struct UnshareGroup<'a> { /* private fields */ }
Expand description
Unshare a group from another group.
Implementations§
sourcepub fn builder() -> UnshareGroupBuilder<'a>
pub fn builder() -> UnshareGroupBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§fn clone(&self) -> UnshareGroup<'a>
fn clone(&self) -> UnshareGroup<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.