Struct rusoto_codecommit::Difference [] [src]

pub struct Difference {
    pub after_blob: Option<BlobMetadata>,
    pub before_blob: Option<BlobMetadata>,
    pub change_type: Option<String>,
}

Returns information about a set of differences for a commit specifier.

Fields

Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

Trait Implementations

impl Default for Difference
[src]

[src]

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

impl Debug for Difference
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Difference
[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 Difference

impl Sync for Difference