[][src]Struct sqlx::mysql::MySqlRow

pub struct MySqlRow<'c> { /* fields omitted */ }
This is supported on feature="mysql" only.

Trait Implementations

impl<'c> ColumnIndex<'c, MySqlRow<'c>> for usize[src]

impl<'c> ColumnIndex<'c, MySqlRow<'c>> for str[src]

impl<'c, T1, T2> FromRow<'c, MySqlRow<'c>> for (T1, T2) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4, T5, T6> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>,
    T5: 'c + Type<MySql> + Decode<'c, MySql>,
    T6: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4, T5> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>,
    T5: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1> FromRow<'c, MySqlRow<'c>> for (T1,) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4, T5, T6, T7, T8, T9> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6, T7, T8, T9) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>,
    T5: 'c + Type<MySql> + Decode<'c, MySql>,
    T6: 'c + Type<MySql> + Decode<'c, MySql>,
    T7: 'c + Type<MySql> + Decode<'c, MySql>,
    T8: 'c + Type<MySql> + Decode<'c, MySql>,
    T9: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4, T5, T6, T7, T8> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6, T7, T8) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>,
    T5: 'c + Type<MySql> + Decode<'c, MySql>,
    T6: 'c + Type<MySql> + Decode<'c, MySql>,
    T7: 'c + Type<MySql> + Decode<'c, MySql>,
    T8: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c, T1, T2, T3, T4, T5, T6, T7> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6, T7) where
    T1: 'c + Type<MySql> + Decode<'c, MySql>,
    T2: 'c + Type<MySql> + Decode<'c, MySql>,
    T3: 'c + Type<MySql> + Decode<'c, MySql>,
    T4: 'c + Type<MySql> + Decode<'c, MySql>,
    T5: 'c + Type<MySql> + Decode<'c, MySql>,
    T6: 'c + Type<MySql> + Decode<'c, MySql>,
    T7: 'c + Type<MySql> + Decode<'c, MySql>, 
[src]

impl<'c> Row<'c> for MySqlRow<'c>[src]

type Database = MySql

The Database this Row is implemented for.

Auto Trait Implementations

impl<'c> RefUnwindSafe for MySqlRow<'c>

impl<'c> Send for MySqlRow<'c>

impl<'c> Sync for MySqlRow<'c>

impl<'c> Unpin for MySqlRow<'c>

impl<'c> UnwindSafe for MySqlRow<'c>

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> Same<T> for T

type Output = T

Should always be Self

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

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,