Enum yash_syntax::source::pretty::AnnotationType
source · [−]pub enum AnnotationType {
Error,
Warning,
Info,
Note,
Help,
}
Expand description
Type of annotation.
Variants
Error
Warning
Info
Note
Help
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AnnotationType
impl Send for AnnotationType
impl Sync for AnnotationType
impl Unpin for AnnotationType
impl UnwindSafe for AnnotationType
Blanket Implementations
Mutably borrows from an owned value. Read more