pub struct StatementColumns<'c, 's>where
'c: 's,{ /* private fields */ }Expand description
Inspect the columns that a Statement will return.
Implementations§
Source§impl<'c, 's> StatementColumns<'c, 's>where
'c: 's,
impl<'c, 's> StatementColumns<'c, 's>where
'c: 's,
Trait Implementations§
Source§impl<'c, 's> Debug for StatementColumns<'c, 's>where
'c: 's,
impl<'c, 's> Debug for StatementColumns<'c, 's>where
'c: 's,
Source§impl<'c, 's> IntoIterator for StatementColumns<'c, 's>where
'c: 's,
impl<'c, 's> IntoIterator for StatementColumns<'c, 's>where
'c: 's,
Auto Trait Implementations§
impl<'c, 's> Freeze for StatementColumns<'c, 's>
impl<'c, 's> RefUnwindSafe for StatementColumns<'c, 's>
impl<'c, 's> Send for StatementColumns<'c, 's>
impl<'c, 's> Sync for StatementColumns<'c, 's>
impl<'c, 's> Unpin for StatementColumns<'c, 's>
impl<'c, 's> UnsafeUnpin for StatementColumns<'c, 's>
impl<'c, 's> UnwindSafe for StatementColumns<'c, 's>
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