pub struct PreparedResultStream { /* private fields */ }Expand description
Reader for a PreparedResult. It has no transport/session dependency.
Implementations§
Auto Trait Implementations§
impl Freeze for PreparedResultStream
impl RefUnwindSafe for PreparedResultStream
impl Send for PreparedResultStream
impl Sync for PreparedResultStream
impl Unpin for PreparedResultStream
impl UnsafeUnpin for PreparedResultStream
impl UnwindSafe for PreparedResultStream
Blanket Implementations§
impl<T> Allocation for T
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