pub struct DbResultStream { /* private fields */ }
Expand description
A potentially very large and lazy stream of rows:
Implementations§
Source§impl DbResultStream
impl DbResultStream
pub fn get_columns(&self) -> Vec<DbColumn>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DbResultStream
impl RefUnwindSafe for DbResultStream
impl Send for DbResultStream
impl Sync for DbResultStream
impl Unpin for DbResultStream
impl UnwindSafe for DbResultStream
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