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