Struct rusoto_codecommit::ListBranchesOutput [] [src]

pub struct ListBranchesOutput {
    pub branches: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Represents the output of a list branches operation.

Fields

The list of branch names.

An enumeration token that returns the batch of the results.

Trait Implementations

impl Default for ListBranchesOutput
[src]

[src]

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

impl Debug for ListBranchesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListBranchesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations