Struct rusoto_glue::SerDeInfo[][src]

pub struct SerDeInfo {
    pub name: Option<String>,
    pub parameters: Option<HashMap<String, String>>,
    pub serialization_library: Option<String>,
}

Information about a serialization/deserialization program (SerDe) which serves as an extractor and loader.

Fields

Name of the SerDe.

A list of initialization parameters for the SerDe, in key-value form.

Usually the class that implements the SerDe. An example is: org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

Trait Implementations

impl Default for SerDeInfo
[src]

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

impl Debug for SerDeInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SerDeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for SerDeInfo

impl Sync for SerDeInfo