pub struct Notice {
pub severity: NoticeSeverity,
pub message: String,
}Expand description
v7.39 (round 318, V41) — one diagnostic the statement raised, in PG’s exact wording minus the severity banner (the wire layer adds that).
Fields§
§severity: NoticeSeverity§message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Notice
impl RefUnwindSafe for Notice
impl Send for Notice
impl Sync for Notice
impl Unpin for Notice
impl UnsafeUnpin for Notice
impl UnwindSafe for Notice
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