pub struct FbRow { /* private fields */ }

Implementations

Trait Implementations

Return type of PartialRow Read more

Get the field with the provided index from the row. Read more

Get the number of fields in the current row

Returns a wrapping row that allows only to access fields, where the index is part of the provided range. Read more

Get a deserialized value with the provided index from the row.

Field type returned by a Row implementation Read more

Get the numeric index inside the current row for the provided index value

Get the numeric index inside the current row for the provided index value

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

Retrieve and deserialize a single value from the query Read more

Should always be Self

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.