Struct rusoto_codecommit::BatchGetRepositoriesInput [] [src]

pub struct BatchGetRepositoriesInput {
    pub repository_names: Vec<String>,
}

Represents the input of a batch get repositories operation.

Fields

The names of the repositories to get information about.

Trait Implementations

impl Default for BatchGetRepositoriesInput
[src]

[src]

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

impl Debug for BatchGetRepositoriesInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchGetRepositoriesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations