Struct rusoto_codecommit::UpdateRepositoryNameInput [] [src]

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

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]

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

impl Debug for UpdateRepositoryNameInput
[src]

Formats the value using the given formatter.

impl Clone for UpdateRepositoryNameInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more