Struct rusoto_s3::InputSerialization [] [src]

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

Describes the serialization format of the object.

Fields

Describes the serialization of a CSV-encoded object.

Trait Implementations

impl Default for InputSerialization
[src]

[src]

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

impl Debug for InputSerialization
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputSerialization
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations