pub struct CopyResponse {
pub overall_format: u8,
pub column_formats: Vec<i16>,
}Expand description
Format metadata which begins a COPY sub-protocol.
Fields§
§overall_format: u8Overall COPY format: zero for text and one for binary.
column_formats: Vec<i16>Per-column format codes.
Trait Implementations§
Source§impl Clone for CopyResponse
impl Clone for CopyResponse
Source§fn clone(&self) -> CopyResponse
fn clone(&self) -> CopyResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopyResponse
impl Debug for CopyResponse
impl Eq for CopyResponse
Source§impl PartialEq for CopyResponse
impl PartialEq for CopyResponse
impl StructuralPartialEq for CopyResponse
Auto Trait Implementations§
impl Freeze for CopyResponse
impl RefUnwindSafe for CopyResponse
impl Send for CopyResponse
impl Sync for CopyResponse
impl Unpin for CopyResponse
impl UnsafeUnpin for CopyResponse
impl UnwindSafe for CopyResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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