Enum tokio_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 StructuralEq for Severity
[src]
impl StructuralEq for Severity
[src]impl StructuralPartialEq for Severity
[src]
impl StructuralPartialEq for Severity
[src]Auto Trait Implementations
impl RefUnwindSafe for Severity
impl RefUnwindSafe for Severity
impl UnwindSafe for Severity
impl UnwindSafe for Severity
Blanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,