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
Source§impl<'de> Deserialize<'de> for HintSeverity
impl<'de> Deserialize<'de> for HintSeverity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HintSeverity
Source§impl PartialEq for HintSeverity
impl PartialEq for HintSeverity
Source§impl Serialize for HintSeverity
impl Serialize 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