pub enum HintSeverity {
Info,
Warning,
Critical,
}Expand description
优化建议的严重级别
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HintSeverity
impl Clone for HintSeverity
Source§fn clone(&self) -> HintSeverity
fn clone(&self) -> HintSeverity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HintSeverity
Source§impl Debug for HintSeverity
impl Debug for HintSeverity
impl Eq for HintSeverity
Source§impl PartialEq for HintSeverity
impl PartialEq for HintSeverity
impl StructuralPartialEq for HintSeverity
Auto Trait Implementations§
impl Freeze for HintSeverity
impl RefUnwindSafe for HintSeverity
impl Send for HintSeverity
impl Sync for HintSeverity
impl Unpin for HintSeverity
impl UnsafeUnpin for HintSeverity
impl UnwindSafe for HintSeverity
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