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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoggingNoticeHandler
[src]

Formats the value using the given formatter.

impl HandleNotice for LoggingNoticeHandler
[src]

Handle a Postgres notice message