Struct rustdb::table::Row [−][src]
pub struct Row {
pub id: i64,
pub values: Vec<Value>,
pub info: Rc<ColInfo>,
pub codes: Vec<Code>,
}Expand description
Row of Values, with type information.
Fields
id: i64values: Vec<Value>info: Rc<ColInfo>codes: Vec<Code>Implementations
Trait Implementations
Load key from bytes ( to store in parent page ).
Auto Trait Implementations
impl !RefUnwindSafe for Row
impl !UnwindSafe for Row
Blanket Implementations
Mutably borrows from an owned value. Read more
