Struct tokio_postgres::binary_copy::BinaryCopyOutRow
source · pub struct BinaryCopyOutRow { /* private fields */ }
Expand description
A row of data parsed from a binary copy out stream.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BinaryCopyOutRow
impl Send for BinaryCopyOutRow
impl Sync for BinaryCopyOutRow
impl Unpin for BinaryCopyOutRow
impl UnwindSafe for BinaryCopyOutRow
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