pub struct NoticeResponse(pub ServerError);Expand description
NoticeResponse message - non-fatal warning/info from server.
Tuple Fields§
§0: ServerErrorImplementations§
Trait Implementations§
Source§impl Clone for NoticeResponse
impl Clone for NoticeResponse
Source§fn clone(&self) -> NoticeResponse
fn clone(&self) -> NoticeResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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