Struct ella_common::row::RowView
source · pub struct RowView<R: RowFormat> { /* private fields */ }Trait Implementations§
source§impl<R: RowFormat> IntoIterator for RowView<R>
impl<R: RowFormat> IntoIterator for RowView<R>
Auto Trait Implementations§
impl<R> RefUnwindSafe for RowView<R>where <R as RowFormat>::View: RefUnwindSafe,
impl<R> Send for RowView<R>where <R as RowFormat>::View: Send,
impl<R> Sync for RowView<R>where <R as RowFormat>::View: Sync,
impl<R> Unpin for RowView<R>where <R as RowFormat>::View: Unpin,
impl<R> UnwindSafe for RowView<R>where <R as RowFormat>::View: 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