Struct rusoto_codecommit::UpdateRepositoryNameInput [] [src]

pub struct UpdateRepositoryNameInput {
    pub new_name: String,
    pub old_name: String,
}

Represents the input of an update repository description operation.

Fields

The new name for the repository.

The existing name of the repository.

Trait Implementations

impl Default for UpdateRepositoryNameInput
[src]

[src]

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

impl Debug for UpdateRepositoryNameInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateRepositoryNameInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations