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 UnsafeUnpin 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