pub struct List<'data, const N: usize, T>(pub &'data [T; N]);Tuple Fields§
§0: &'data [T; N]Trait Implementations§
Auto Trait Implementations§
impl<'data, const N: usize, T> Freeze for List<'data, N, T>
impl<'data, const N: usize, T> RefUnwindSafe for List<'data, N, T>where
T: RefUnwindSafe,
impl<'data, const N: usize, T> Send for List<'data, N, T>where
T: Sync,
impl<'data, const N: usize, T> Sync for List<'data, N, T>where
T: Sync,
impl<'data, const N: usize, T> Unpin for List<'data, N, T>
impl<'data, const N: usize, T> UnwindSafe for List<'data, N, T>where
T: RefUnwindSafe,
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