Struct postgres_protocol::message::backend::CopyInResponseBody
source · pub struct CopyInResponseBody { /* private fields */ }
Implementations§
source§impl CopyInResponseBody
impl CopyInResponseBody
pub fn format(&self) -> u8
pub fn column_formats(&self) -> ColumnFormats<'_>
Auto Trait Implementations§
impl !Freeze for CopyInResponseBody
impl RefUnwindSafe for CopyInResponseBody
impl Send for CopyInResponseBody
impl Sync for CopyInResponseBody
impl Unpin for CopyInResponseBody
impl UnwindSafe for CopyInResponseBody
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