Struct rusoto_glacier::PartListElement[][src]

pub struct PartListElement {
    pub range_in_bytes: Option<String>,
    pub sha256_tree_hash: Option<String>,
}

A list of the part sizes of the multipart upload.

Fields

The byte range of a part, inclusive of the upper value of the range.

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

Trait Implementations

impl Default for PartListElement
[src]

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

impl Debug for PartListElement
[src]

Formats the value using the given formatter. Read more

impl Clone for PartListElement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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