Struct rusoto_codecommit::GetPullRequestInput[][src]

pub struct GetPullRequestInput {
    pub pull_request_id: String,
}

Fields

The system-generated ID of the pull request. To get this ID, use ListPullRequests.

Trait Implementations

impl Default for GetPullRequestInput
[src]

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

impl Debug for GetPullRequestInput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetPullRequestInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetPullRequestInput
[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