Struct rusoto_codecommit::GetBranchInput[][src]

pub struct GetBranchInput {
    pub branch_name: Option<String>,
    pub repository_name: Option<String>,
}

Represents the input of a get branch operation.

Fields

The name of the branch for which you want to retrieve information.

The name of the repository that contains the branch for which you want to retrieve information.

Trait Implementations

impl Default for GetBranchInput
[src]

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

impl Debug for GetBranchInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetBranchInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetBranchInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations