Struct cratedb::row::Row [] [src]

pub struct Row { /* fields omitted */ }

A row in a result set of a CrateDB query. Provides accessors for the contained data.

Methods

impl Row
[src]

[src]

Trait Implementations

impl ByIndex for Row
[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl ByColumnName for Row
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl !Send for Row

impl !Sync for Row