pub struct ArrayView<'a, T>where
T: RowValue,{ /* private fields */ }Expand description
A zero-copy view over one Standard Row Format array.
Implementations§
Source§impl<'a, T> ArrayView<'a, T>where
T: RowValue,
impl<'a, T> ArrayView<'a, T>where
T: RowValue,
Trait Implementations§
impl<T> Copy for ArrayView<'_, T>where
T: RowValue,
Auto Trait Implementations§
impl<'a, T> Freeze for ArrayView<'a, T>where
PhantomData<T>: Freeze,
impl<'a, T> RefUnwindSafe for ArrayView<'a, T>where
PhantomData<T>: RefUnwindSafe,
impl<'a, T> Send for ArrayView<'a, T>where
PhantomData<T>: Send,
impl<'a, T> Sync for ArrayView<'a, T>where
PhantomData<T>: Sync,
impl<'a, T> Unpin for ArrayView<'a, T>where
PhantomData<T>: Unpin,
impl<'a, T> UnsafeUnpin for ArrayView<'a, T>where
PhantomData<T>: UnsafeUnpin,
impl<'a, T> UnwindSafe for ArrayView<'a, T>where
PhantomData<T>: 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