pub struct CopyRow {
buf: Vec<u8>,
row_start: bool,
}Expand description
Encodes rows in Postgres COPY ... FROM STDIN text format.
Fields§
§buf: Vec<u8>§row_start: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyRow
impl RefUnwindSafe for CopyRow
impl Send for CopyRow
impl Sync for CopyRow
impl Unpin for CopyRow
impl UnsafeUnpin for CopyRow
impl UnwindSafe for CopyRow
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