Struct rusoto_athena::ResultSetMetadata [] [src]

pub struct ResultSetMetadata {
    pub column_info: Option<Vec<ColumnInfo>>,
}

The metadata that describes the column structure and data types of a table of query results.

Fields

Information about the columns in a query execution result.

Trait Implementations

impl Default for ResultSetMetadata
[src]

[src]

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

impl Debug for ResultSetMetadata
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResultSetMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations