Struct rusoto_glacier::InputSerialization[][src]

pub struct InputSerialization {
    pub csv: Option<CSVInput>,
}

Describes how the archive is serialized.

Fields

Describes the serialization of a CSV-encoded object.

Trait Implementations

impl Default for InputSerialization
[src]

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

impl Debug for InputSerialization
[src]

Formats the value using the given formatter. Read more

impl Clone for InputSerialization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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