Struct liter::table::NameArrays
source · pub struct NameArrays<const C: usize, const L: usize> { /* private fields */ }Expand description
Helper struct that stores a buffer of Column names and an array of indices into it
Auto Trait Implementations§
impl<const C: usize, const L: usize> RefUnwindSafe for NameArrays<C, L>
impl<const C: usize, const L: usize> Send for NameArrays<C, L>
impl<const C: usize, const L: usize> Sync for NameArrays<C, L>
impl<const C: usize, const L: usize> Unpin for NameArrays<C, L>
impl<const C: usize, const L: usize> UnwindSafe for NameArrays<C, L>
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