Struct ferrite_session::internal::base::SharedRecRow
source · [−]pub struct SharedRecRow<R, Row> { /* private fields */ }
Trait Implementations
sourceimpl<R, Row1, Row2, Row3> ToRow for SharedRecRow<R, Row1> where
R: Send,
Row1: ToRow<Row = Row2>,
Row2: SharedRecApp<R, Applied = Row3>,
Row3: RowCon,
impl<R, Row1, Row2, Row3> ToRow for SharedRecRow<R, Row1> where
R: Send,
Row1: ToRow<Row = Row2>,
Row2: SharedRecApp<R, Applied = Row3>,
Row3: RowCon,
type Row = Row3
Auto Trait Implementations
impl<R, Row> RefUnwindSafe for SharedRecRow<R, Row> where
R: RefUnwindSafe,
Row: RefUnwindSafe,
impl<R, Row> Send for SharedRecRow<R, Row> where
R: Send,
Row: Send,
impl<R, Row> Sync for SharedRecRow<R, Row> where
R: Sync,
Row: Sync,
impl<R, Row> Unpin for SharedRecRow<R, Row> where
R: Unpin,
Row: Unpin,
impl<R, Row> UnwindSafe for SharedRecRow<R, Row> where
R: UnwindSafe,
Row: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more