pub struct NoticeResponse {
pub severity: String,
pub code: String,
pub message: String,
pub detail: Option<String>,
pub hint: Option<String>,
}Fields§
§severity: String§code: String§message: String§detail: Option<String>§hint: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoticeResponse
impl RefUnwindSafe for NoticeResponse
impl Send for NoticeResponse
impl Sync for NoticeResponse
impl Unpin for NoticeResponse
impl UnwindSafe for NoticeResponse
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