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