pub enum MarkerSeverity {
Error,
Warning,
Info,
Hint,
}Variants§
Trait Implementations§
Source§impl Clone for MarkerSeverity
impl Clone for MarkerSeverity
Source§fn clone(&self) -> MarkerSeverity
fn clone(&self) -> MarkerSeverity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MarkerSeverity
impl Debug for MarkerSeverity
Source§impl From<DiagnosticSeverity> for MarkerSeverity
impl From<DiagnosticSeverity> for MarkerSeverity
Source§fn from(s: DiagnosticSeverity) -> Self
fn from(s: DiagnosticSeverity) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MarkerSeverity
impl PartialEq for MarkerSeverity
impl StructuralPartialEq for MarkerSeverity
Auto Trait Implementations§
impl Freeze for MarkerSeverity
impl RefUnwindSafe for MarkerSeverity
impl Send for MarkerSeverity
impl Sync for MarkerSeverity
impl Unpin for MarkerSeverity
impl UnsafeUnpin for MarkerSeverity
impl UnwindSafe for MarkerSeverity
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