pub struct MySqlRow;Available on non-crate feature
sqlx-dep and non-crate feature sync only.Auto Trait Implementationsยง
impl Freeze for MySqlRow
impl RefUnwindSafe for MySqlRow
impl Send for MySqlRow
impl Sync for MySqlRow
impl Unpin for MySqlRow
impl UnsafeUnpin for MySqlRow
impl UnwindSafe for MySqlRow
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