Struct rusoto_athena::Row [] [src]

pub struct Row {
    pub data: Option<Vec<Datum>>,
}

The rows that comprise a query result table.

Fields

The data that populates a row in a query result table.

Trait Implementations

impl Default for Row
[src]

[src]

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

impl Debug for Row
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Row
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Row

impl Sync for Row