Enum annotate_snippets::Level
source · pub enum Level {
Error,
Warning,
Info,
Note,
Help,
}
Expand description
Types of annotations.
Variants§
Error
Error annotations are displayed using red color and “^” character.
Warning
Warning annotations are displayed using blue color and “-” character.
Info
Note
Help
Implementations§
Trait Implementations§
source§impl PartialEq for Level
impl PartialEq for Level
impl Copy for Level
impl StructuralPartialEq for Level
Auto Trait Implementations§
impl Freeze for Level
impl RefUnwindSafe for Level
impl Send for Level
impl Sync for Level
impl Unpin for Level
impl UnwindSafe for Level
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more