Struct postgres_protocol::message::backend::CopyInResponseBody
source · [−]pub struct CopyInResponseBody { /* private fields */ }
Implementations
sourceimpl CopyInResponseBody
impl CopyInResponseBody
pub fn format(&self) -> u8
pub fn column_formats(&self) -> ColumnFormats<'_>
Auto Trait Implementations
impl RefUnwindSafe for CopyInResponseBody
impl Send for CopyInResponseBody
impl Sync for CopyInResponseBody
impl Unpin for CopyInResponseBody
impl UnwindSafe for CopyInResponseBody
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more