Enum lib_ruby_parser::ErrorLevel [−][src]
#[repr(C)]
pub enum ErrorLevel {
Warning,
Error,
}Expand description
Error level of the diagnostic message
Variants
Warning level
Error level
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorLevelimpl Send for ErrorLevelimpl Sync for ErrorLevelimpl Unpin for ErrorLevelimpl UnwindSafe for ErrorLevelBlanket Implementations
Mutably borrows from an owned value. Read more