Enum edgedb_protocol::server_message::ErrorSeverity [−][src]
pub enum ErrorSeverity {
Error,
Fatal,
Panic,
Unknown(u8),
}Variants
Unknown(u8)Tuple Fields of Unknown
0: u8Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ErrorSeverity
impl Send for ErrorSeverity
impl Sync for ErrorSeverity
impl Unpin for ErrorSeverity
impl UnwindSafe for ErrorSeverity
Blanket Implementations
Mutably borrows from an owned value. Read more