Struct mariadb::service_sql::Row
source · pub struct Row<'row> { /* private fields */ }
Expand description
Representation of a single row, as part of a SQL query result
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'row> RefUnwindSafe for Row<'row>
impl<'row> !Send for Row<'row>
impl<'row> !Sync for Row<'row>
impl<'row> Unpin for Row<'row>
impl<'row> UnwindSafe for Row<'row>
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