Struct rustdb::run::ForSortState[][src]

pub struct ForSortState {
    pub ix: usize,
    pub rows: Vec<Vec<Value>>,
}
Expand description

State for FOR loop (sorted case).

Fields

ix: usizerows: Vec<Vec<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

Performs the conversion.

Performs the conversion.

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.