pub struct Names<const C: usize, const L: usize> { /* private fields */ }Implementations§
source§impl<const C: usize, const L: usize> Names<C, L>
impl<const C: usize, const L: usize> Names<C, L>
pub const fn from_values(values: Values) -> Self
pub const fn finish(self) -> NameArrays<C, L>
pub const fn slice_array(arrays: &NameArrays<C, L>) -> [&str; C]
Auto Trait Implementations§
impl<const C: usize, const L: usize> RefUnwindSafe for Names<C, L>
impl<const C: usize, const L: usize> Send for Names<C, L>
impl<const C: usize, const L: usize> Sync for Names<C, L>
impl<const C: usize, const L: usize> Unpin for Names<C, L>
impl<const C: usize, const L: usize> UnwindSafe for Names<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