Struct rustdb::table::Row [−][src]
#[non_exhaustive]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 (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.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
