pub struct SqlTableDataRow<'a> { /* private fields */ }Expand description
A single row of a table-valued parameter, used by TableValueRow
implementations to bind column values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SqlTableDataRow<'a>
impl<'a> RefUnwindSafe for SqlTableDataRow<'a>
impl<'a> Send for SqlTableDataRow<'a>
impl<'a> Sync for SqlTableDataRow<'a>
impl<'a> Unpin for SqlTableDataRow<'a>
impl<'a> UnsafeUnpin for SqlTableDataRow<'a>
impl<'a> UnwindSafe for SqlTableDataRow<'a>
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