Struct spanner_rs::Row[][src]

pub struct Row<'a> { /* fields omitted */ }
Expand description

A row of a result set returned by Cloud Spanner.

Every row of a result set shares the same type.

Implementations

Returns the structure of this row (field names and type).

Returns true when this row has no fields.

Returns the converted value of the specified column.

An error is returned if the requested column does not exist or if the decoding of the value returns an error.

Returns the converted value of the specified column.

Panics

Panics if the specified index does not exist or if the value cannot be converted to requested type.

Trait Implementations

Prints the row’s type, but omits the values.

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more