pub struct CopyBothResponse {
pub format: FormatCode,
pub column_formats: Vec<FormatCode>,
}Expand description
CopyBothResponse message - server is ready for bidirectional COPY (replication).
Fields§
§format: FormatCodeOverall format (0=text, 1=binary)
column_formats: Vec<FormatCode>Per-column format codes
Implementations§
Trait Implementations§
Source§impl Clone for CopyBothResponse
impl Clone for CopyBothResponse
Source§fn clone(&self) -> CopyBothResponse
fn clone(&self) -> CopyBothResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CopyBothResponse
impl RefUnwindSafe for CopyBothResponse
impl Send for CopyBothResponse
impl Sync for CopyBothResponse
impl Unpin for CopyBothResponse
impl UnwindSafe for CopyBothResponse
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