Struct rusoto_codecommit::MergeMetadata [] [src]

pub struct MergeMetadata {
    pub is_merged: Option<bool>,
    pub merged_by: Option<String>,
}

Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.

Fields

A Boolean value indicating whether the merge has been made.

The Amazon Resource Name (ARN) of the user who merged the branches.

Trait Implementations

impl Default for MergeMetadata
[src]

[src]

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

impl Debug for MergeMetadata
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MergeMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MergeMetadata

impl Sync for MergeMetadata