pub struct Column<'stmt> { /* private fields */ }
Expand description
Information about a column of a SQLite query.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'stmt> RefUnwindSafe for Column<'stmt>
impl<'stmt> Send for Column<'stmt>
impl<'stmt> Sync for Column<'stmt>
impl<'stmt> Unpin for Column<'stmt>
impl<'stmt> UnwindSafe for Column<'stmt>
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