Struct sonnerie_api::Column

source ·
pub struct Column<'v> { /* private fields */ }
Expand description

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

Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.