Skip to main content

RowValues

Type Alias RowValues 

Source
pub type RowValues = Box<[Value]>;
Expand description

Row values matching RowLabels.

Aliased Type§

pub struct RowValues(/* private fields */);

Trait Implementations§

Source§

impl<'a> From<&'a Row> for &'a RowValues

Source§

fn from(value: &'a Row) -> Self

Converts to this type from the input type.
Source§

impl From<Row> for RowValues

Source§

fn from(value: Row) -> Self

Converts to this type from the input type.