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