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

pub struct Row { /* fields omitted */ }

Implementations

impl Row[src]

Trait Implementations

impl ByIndex for Row[src]

impl ByName for Row[src]

impl Clone for Row[src]

impl Debug for Row[src]

impl IntoRustByIndex<Blob> for Row[src]

impl IntoRustByIndex<Decimal> for Row[src]

impl IntoRustByIndex<IpAddr> for Row[src]

impl IntoRustByIndex<List> for Row[src]

impl IntoRustByIndex<Map> for Row[src]

impl IntoRustByIndex<PrimitiveDateTime> for Row[src]

impl IntoRustByIndex<String> for Row[src]

impl IntoRustByIndex<Tuple> for Row[src]

impl IntoRustByIndex<UDT> for Row[src]

impl IntoRustByIndex<Uuid> for Row[src]

impl IntoRustByIndex<bool> for Row[src]

impl IntoRustByIndex<f32> for Row[src]

impl IntoRustByIndex<f64> for Row[src]

impl IntoRustByIndex<i16> for Row[src]

impl IntoRustByIndex<i32> for Row[src]

impl IntoRustByIndex<i64> for Row[src]

impl IntoRustByIndex<i8> for Row[src]

impl IntoRustByName<Blob> for Row[src]

impl IntoRustByName<Decimal> for Row[src]

impl IntoRustByName<IpAddr> for Row[src]

impl IntoRustByName<List> for Row[src]

impl IntoRustByName<Map> for Row[src]

impl IntoRustByName<PrimitiveDateTime> for Row[src]

impl IntoRustByName<String> for Row[src]

impl IntoRustByName<Tuple> for Row[src]

impl IntoRustByName<UDT> for Row[src]

impl IntoRustByName<Uuid> for Row[src]

impl IntoRustByName<bool> for Row[src]

impl IntoRustByName<f32> for Row[src]

impl IntoRustByName<f64> for Row[src]

impl IntoRustByName<i16> for Row[src]

impl IntoRustByName<i32> for Row[src]

impl IntoRustByName<i64> for Row[src]

impl IntoRustByName<i8> for Row[src]

Auto Trait Implementations

impl RefUnwindSafe for Row

impl Send for Row

impl Sync for Row

impl Unpin for Row

impl UnwindSafe for Row

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.