Struct octocrab::teams::CreateTeamBuilder[][src]

pub struct CreateTeamBuilder<'octo, 'h, 'a, 'b> { /* fields omitted */ }

Implementations

The description of the team.

The organization members who will become team maintainers.

The repositories to add the team to.

Note: the repo name must be its full name, e.g. "org/repo".

The level of privacy this team should have.

For parents or child teams, only Privacy::Closed is valid.

The ID of the team to set as the parent team.

Sends the actual request.

Trait Implementations

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.