pub struct CopyOut<'a> { /* private fields */ }Expand description
A COPY OUT operation — streaming data from the server.
Created by sending a COPY ... TO STDOUT query.
Read rows via read_raw() until it returns None.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CopyOut<'a>
impl<'a> !RefUnwindSafe for CopyOut<'a>
impl<'a> Send for CopyOut<'a>
impl<'a> Sync for CopyOut<'a>
impl<'a> Unpin for CopyOut<'a>
impl<'a> UnsafeUnpin for CopyOut<'a>
impl<'a> !UnwindSafe for CopyOut<'a>
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