pub struct Row<'row> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'row> Freeze for Row<'row>
impl<'row> RefUnwindSafe for Row<'row>
impl<'row> !Send for Row<'row>
impl<'row> !Sync for Row<'row>
impl<'row> Unpin for Row<'row>
impl<'row> UnsafeUnpin for Row<'row>
impl<'row> UnwindSafe for Row<'row>
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