[−][src]Struct rbatis_core::mysql::MySqlRow
Implementations
impl<'c> MySqlRow<'c>[src]
pub fn json_decode_impl<T, I>(&self, index: I) -> Result<T> where
I: ColumnIndex<'c, Self>,
T: DeserializeOwned, [src]
I: ColumnIndex<'c, Self>,
T: DeserializeOwned,
Trait Implementations
impl<'c> ColumnIndex<'c, MySqlRow<'c>> for usize[src]
impl<'c> ColumnIndex<'c, MySqlRow<'c>> for str[src]
impl<'c> Debug for MySqlRow<'c>[src]
impl<'c, T1> FromRow<'c, MySqlRow<'c>> for (T1,) where
T1: 'c,
T1: Type<MySql>,
T1: Decode<'c, MySql>, [src]
T1: 'c,
T1: Type<MySql>,
T1: Decode<'c, MySql>,
impl<'c, T1, T2> FromRow<'c, MySqlRow<'c>> for (T1, T2) where
T1: 'c,
T2: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
impl<'c, T1, T2, T3> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3) where
T1: 'c,
T2: 'c,
T3: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
impl<'c, T1, T2, T3, T4> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4) where
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
impl<'c, T1, T2, T3, T4, T5> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5) where
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
impl<'c, T1, T2, T3, T4, T5, T6> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6) where
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
impl<'c, T1, T2, T3, T4, T5, T6, T7> FromRow<'c, MySqlRow<'c>> for (T1, T2, T3, T4, T5, T6, T7) where
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>,
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,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T8: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T8: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>,
T8: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T8: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T8: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>,
T8: Decode<'c, MySql>,
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,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T8: 'c,
T9: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T8: Type<MySql>,
T9: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>,
T8: Decode<'c, MySql>,
T9: Decode<'c, MySql>, [src]
T1: 'c,
T2: 'c,
T3: 'c,
T4: 'c,
T5: 'c,
T6: 'c,
T7: 'c,
T8: 'c,
T9: 'c,
T1: Type<MySql>,
T2: Type<MySql>,
T3: Type<MySql>,
T4: Type<MySql>,
T5: Type<MySql>,
T6: Type<MySql>,
T7: Type<MySql>,
T8: Type<MySql>,
T9: Type<MySql>,
T1: Decode<'c, MySql>,
T2: Decode<'c, MySql>,
T3: Decode<'c, MySql>,
T4: Decode<'c, MySql>,
T5: Decode<'c, MySql>,
T6: Decode<'c, MySql>,
T7: Decode<'c, MySql>,
T8: Decode<'c, MySql>,
T9: Decode<'c, MySql>,
impl<'c> Row<'c> for MySqlRow<'c>[src]
type Database = MySql
The Database this Row is implemented for.
fn len(&self) -> usize[src]
fn is_empty(&self) -> bool[src]
fn get<T, I>(&self, index: I) -> T where
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>, [src]
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>,
fn get_unchecked<T, I>(&self, index: I) -> T where
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>, [src]
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>,
fn try_get<T, I>(&self, index: I) -> Result<T> where
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>, [src]
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>,
fn json_decode<T, I>(&self, index: I) -> Result<T> where
I: ColumnIndex<'c, Self>,
T: DeserializeOwned, [src]
I: ColumnIndex<'c, Self>,
T: DeserializeOwned,
fn try_get_unchecked<T, I>(&self, index: I) -> Result<T> where
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>, [src]
T: Type<Self::Database>,
I: ColumnIndex<'c, Self>,
T: Decode<'c, Self::Database>,
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,