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