pub struct NoticeResponse { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for NoticeResponse
impl Debug for NoticeResponse
Source§impl Message for NoticeResponse
impl Message for NoticeResponse
impl BackendMessage for NoticeResponse
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