Struct rbdc_mysql::protocol::text::TextRow
source · pub struct TextRow(pub Row);Tuple Fields§
§0: RowTrait Implementations§
source§impl<'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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more