Struct rusoto_codecommit::GetCommentsForPullRequestOutput [] [src]

pub struct GetCommentsForPullRequestOutput {
    pub comments_for_pull_request_data: Option<Vec<CommentsForPullRequest>>,
    pub next_token: Option<String>,
}

Fields

An array of comment objects on the pull request.

An enumeration token that can be used in a request to return the next batch of the results.

Trait Implementations

impl Default for GetCommentsForPullRequestOutput
[src]

[src]

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

impl Debug for GetCommentsForPullRequestOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetCommentsForPullRequestOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations