pub struct SqliteRow { /* private fields */ }Implementations§
Trait Implementations§
impl StructuralPartialEq for SqliteRow
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