pub struct Row<'a, K: ColumnType> { /* private fields */ }
Expand description
A row from Clickhouse
Implementations§
Auto Trait Implementations§
impl<'a, K> Freeze for Row<'a, K>
impl<'a, K> !RefUnwindSafe for Row<'a, K>
impl<'a, K> Send for Row<'a, K>
impl<'a, K> Sync for Row<'a, K>
impl<'a, K> Unpin for Row<'a, K>where
K: Unpin,
impl<'a, K> !UnwindSafe for Row<'a, K>
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