Struct rusoto_codecommit::UpdateDefaultBranchInput [] [src]

pub struct UpdateDefaultBranchInput {
    pub default_branch_name: String,
    pub repository_name: String,
}

Represents the input of an update default branch operation.

Fields

The name of the branch to set as the default.

The name of the repository to set or change the default branch for.

Trait Implementations

impl Default for UpdateDefaultBranchInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateDefaultBranchInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDefaultBranchInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations