Struct postgres::LoggingNoticeHandler
[−]
[src]
pub struct LoggingNoticeHandler;
A notice handler which logs at the info
level.
This is the default handler used by a Connection
.
Trait Implementations
impl Copy for LoggingNoticeHandler
[src]
impl Clone for LoggingNoticeHandler
[src]
fn clone(&self) -> LoggingNoticeHandler
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for LoggingNoticeHandler
[src]
impl HandleNotice for LoggingNoticeHandler
[src]
fn handle_notice(&mut self, notice: DbError)
[src]
Handle a Postgres notice message