pub type Row = Box<[Value]>;Aliased Type§
pub struct Row(/* private fields */);Trait Implementations§
Source§impl<'a> From<&'a RowLabeled> for &'a Row
impl<'a> From<&'a RowLabeled> for &'a Row
Source§fn from(value: &'a RowLabeled) -> Self
fn from(value: &'a RowLabeled) -> Self
Converts to this type from the input type.
Source§impl From<RowLabeled> for Row
impl From<RowLabeled> for Row
Source§fn from(value: RowLabeled) -> Self
fn from(value: RowLabeled) -> Self
Converts to this type from the input type.