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