Struct sonnerie_api::Column[][src]

pub struct Column<'v> { /* fields omitted */ }

This is a reference to a column's value. You can call from to convert it to a concrete type.

Methods

impl<'v> Column<'v>
[src]

Convert to an inferred concrete (numeric) type

Or return None if the conversion could not be done.

Convert to an inferred concrete (numeric) type

Panic if the type cannot be converted

Trait Implementations

impl<'v> Display for Column<'v>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'v> Send for Column<'v>

impl<'v> Sync for Column<'v>