pub enum IssueLevel {
Error,
Warning,
Info,
}Expand description
分析报告中的问题级别
Variants§
Trait Implementations§
Source§impl Clone for IssueLevel
impl Clone for IssueLevel
Source§fn clone(&self) -> IssueLevel
fn clone(&self) -> IssueLevel
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 IssueLevel
impl Debug for IssueLevel
Source§impl Ord for IssueLevel
impl Ord for IssueLevel
Source§fn cmp(&self, other: &IssueLevel) -> Ordering
fn cmp(&self, other: &IssueLevel) -> 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 IssueLevel
impl PartialEq for IssueLevel
Source§impl PartialOrd for IssueLevel
impl PartialOrd for IssueLevel
impl Eq for IssueLevel
impl StructuralPartialEq for IssueLevel
Auto Trait Implementations§
impl Freeze for IssueLevel
impl RefUnwindSafe for IssueLevel
impl Send for IssueLevel
impl Sync for IssueLevel
impl Unpin for IssueLevel
impl UnsafeUnpin for IssueLevel
impl UnwindSafe for IssueLevel
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