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