Thanks to visit codestin.com
Credit goes to docs.rs

Enum postgres::error::Severity [] [src]

pub enum Severity {
    Panic,
    Fatal,
    Error,
    Warning,
    Notice,
    Debug,
    Info,
    Log,
}

The severity of a Postgres error or notice.

Variants

PANIC

FATAL

ERROR

WARNING

NOTICE

DEBUG

INFO

LOG

Trait Implementations

impl Clone for Severity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Severity
[src]

impl Eq for Severity
[src]

impl Copy for Severity
[src]

impl PartialEq<Severity> for Severity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Severity
[src]

Formats the value using the given formatter.