pub struct TextRow(pub Row);
Tuple Fields
0: Row
Trait Implementations
sourceimpl<'de> Decode<'de, &'de [MySqlColumn]> for TextRow
impl<'de> Decode<'de, &'de [MySqlColumn]> for TextRow
fn decode_with(buf: Bytes, columns: &'de [MySqlColumn]) -> Result<Self, Error>
Auto Trait Implementations
impl RefUnwindSafe for TextRow
impl Send for TextRow
impl Sync for TextRow
impl Unpin for TextRow
impl UnwindSafe for TextRow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more