pub enum TypeErrorSeverity {
Error,
Warning,
Info,
Hint,
}Expand description
类型错误严重程度
表示类型错误的严重级别。
Variants§
Trait Implementations§
Source§impl Clone for TypeErrorSeverity
impl Clone for TypeErrorSeverity
Source§fn clone(&self) -> TypeErrorSeverity
fn clone(&self) -> TypeErrorSeverity
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 TypeErrorSeverity
impl Debug for TypeErrorSeverity
Source§impl PartialEq for TypeErrorSeverity
impl PartialEq for TypeErrorSeverity
impl Copy for TypeErrorSeverity
impl Eq for TypeErrorSeverity
impl StructuralPartialEq for TypeErrorSeverity
Auto Trait Implementations§
impl Freeze for TypeErrorSeverity
impl RefUnwindSafe for TypeErrorSeverity
impl Send for TypeErrorSeverity
impl Sync for TypeErrorSeverity
impl Unpin for TypeErrorSeverity
impl UnsafeUnpin for TypeErrorSeverity
impl UnwindSafe for TypeErrorSeverity
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