pub struct DataRowColumns { /* private fields */ }Expand description
Zero-copy column data from a DataRow message.
Stores the raw buffer and column offsets for deferred decoding.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DataRowColumns
impl RefUnwindSafe for DataRowColumns
impl Send for DataRowColumns
impl Sync for DataRowColumns
impl Unpin for DataRowColumns
impl UnsafeUnpin for DataRowColumns
impl UnwindSafe for DataRowColumns
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