Struct ella_common::row::array::ArrayRowView
source · pub struct ArrayRowView<T, V, const N: usize> { /* private fields */ }Trait Implementations§
source§impl<T: Clone, V: Clone, const N: usize> Clone for ArrayRowView<T, V, N>
impl<T: Clone, V: Clone, const N: usize> Clone for ArrayRowView<T, V, N>
source§fn clone(&self) -> ArrayRowView<T, V, N>
fn clone(&self) -> ArrayRowView<T, V, N>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<T: RowFormat, const N: usize> IntoIterator for ArrayRowView<[T; N], T::View, N>
impl<T: RowFormat, const N: usize> IntoIterator for ArrayRowView<[T; N], T::View, N>
source§impl<T: RowFormat, const N: usize> RowFormatView<[T; N]> for ArrayRowView<[T; N], T::View, N>
impl<T: RowFormat, const N: usize> RowFormatView<[T; N]> for ArrayRowView<[T; N], T::View, N>
Auto Trait Implementations§
impl<T, V, const N: usize> RefUnwindSafe for ArrayRowView<T, V, N>where T: RefUnwindSafe, V: RefUnwindSafe,
impl<T, V, const N: usize> Send for ArrayRowView<T, V, N>where T: Send, V: Send,
impl<T, V, const N: usize> Sync for ArrayRowView<T, V, N>where T: Sync, V: Sync,
impl<T, V, const N: usize> Unpin for ArrayRowView<T, V, N>where T: Unpin, V: Unpin,
impl<T, V, const N: usize> UnwindSafe for ArrayRowView<T, V, N>where T: UnwindSafe, V: UnwindSafe,
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