pub enum LuaExtDiagSeverity {
Note,
Warning,
Error,
}Expand description
Severity of a LuaExt diagnostic.
Variants§
Trait Implementations§
Source§impl Clone for LuaExtDiagSeverity
impl Clone for LuaExtDiagSeverity
Source§fn clone(&self) -> LuaExtDiagSeverity
fn clone(&self) -> LuaExtDiagSeverity
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 LuaExtDiagSeverity
impl Debug for LuaExtDiagSeverity
Source§impl Display for LuaExtDiagSeverity
impl Display for LuaExtDiagSeverity
Source§impl Hash for LuaExtDiagSeverity
impl Hash for LuaExtDiagSeverity
Source§impl Ord for LuaExtDiagSeverity
impl Ord for LuaExtDiagSeverity
Source§fn cmp(&self, other: &LuaExtDiagSeverity) -> Ordering
fn cmp(&self, other: &LuaExtDiagSeverity) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LuaExtDiagSeverity
impl PartialEq for LuaExtDiagSeverity
Source§impl PartialOrd for LuaExtDiagSeverity
impl PartialOrd for LuaExtDiagSeverity
impl Copy for LuaExtDiagSeverity
impl Eq for LuaExtDiagSeverity
impl StructuralPartialEq for LuaExtDiagSeverity
Auto Trait Implementations§
impl Freeze for LuaExtDiagSeverity
impl RefUnwindSafe for LuaExtDiagSeverity
impl Send for LuaExtDiagSeverity
impl Sync for LuaExtDiagSeverity
impl Unpin for LuaExtDiagSeverity
impl UnsafeUnpin for LuaExtDiagSeverity
impl UnwindSafe for LuaExtDiagSeverity
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