Struct rusoto_codecommit::RepositoryNameIdPair [] [src]

pub struct RepositoryNameIdPair {
    pub repository_id: Option<String>,
    pub repository_name: Option<String>,
}

Information about a repository name and ID.

Fields

The ID associated with the repository.

The name associated with the repository.

Trait Implementations

impl Default for RepositoryNameIdPair
[src]

[src]

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

impl Debug for RepositoryNameIdPair
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RepositoryNameIdPair
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations