pub struct RecRow<R, Row> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<R, Row> RefUnwindSafe for RecRow<R, Row> where
R: RefUnwindSafe,
Row: RefUnwindSafe,
impl<R, Row> Send for RecRow<R, Row> where
R: Send,
Row: Send,
impl<R, Row> Sync for RecRow<R, Row> where
R: Sync,
Row: Sync,
impl<R, Row> Unpin for RecRow<R, Row> where
R: Unpin,
Row: Unpin,
impl<R, Row> UnwindSafe for RecRow<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