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