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