Struct cdrs::types::rows::Row[][src]

pub struct Row { /* fields omitted */ }

Methods

impl Row
[src]

Trait Implementations

impl Debug for Row
[src]

Formats the value using the given formatter. Read more

impl ByName for Row
[src]

impl IntoRustByName<Blob> for Row
[src]

impl IntoRustByName<String> for Row
[src]

impl IntoRustByName<bool> for Row
[src]

impl IntoRustByName<i64> for Row
[src]

impl IntoRustByName<i32> for Row
[src]

impl IntoRustByName<i16> for Row
[src]

impl IntoRustByName<i8> for Row
[src]

impl IntoRustByName<f64> for Row
[src]

impl IntoRustByName<f32> for Row
[src]

impl IntoRustByName<IpAddr> for Row
[src]

impl IntoRustByName<Uuid> for Row
[src]

impl IntoRustByName<List> for Row
[src]

impl IntoRustByName<Map> for Row
[src]

impl IntoRustByName<UDT> for Row
[src]

impl IntoRustByName<Tuple> for Row
[src]

impl IntoRustByName<Timespec> for Row
[src]

impl ByIndex for Row
[src]

impl IntoRustByIndex<Blob> for Row
[src]

impl IntoRustByIndex<String> for Row
[src]

impl IntoRustByIndex<bool> for Row
[src]

impl IntoRustByIndex<i64> for Row
[src]

impl IntoRustByIndex<i32> for Row
[src]

impl IntoRustByIndex<i16> for Row
[src]

impl IntoRustByIndex<i8> for Row
[src]

impl IntoRustByIndex<f64> for Row
[src]

impl IntoRustByIndex<f32> for Row
[src]

impl IntoRustByIndex<IpAddr> for Row
[src]

impl IntoRustByIndex<Uuid> for Row
[src]

impl IntoRustByIndex<List> for Row
[src]

impl IntoRustByIndex<Map> for Row
[src]

impl IntoRustByIndex<UDT> for Row
[src]

impl IntoRustByIndex<Tuple> for Row
[src]

impl IntoRustByIndex<Timespec> for Row
[src]

Auto Trait Implementations

impl Send for Row

impl Sync for Row