pub enum IssueCategory {
Timing,
Styling,
Content,
Performance,
Compliance,
Accessibility,
Encoding,
}Available on crate feature
analysis only.Expand description
Category of lint issue.
Variants§
Timing
Timing-related issues
Styling
Style definition problems
Content
Text content issues
Performance
Performance concerns
Compliance
Spec compliance violations
Accessibility
Accessibility concerns
Encoding
Encoding or character issues
Trait Implementations§
Source§impl Clone for IssueCategory
impl Clone for IssueCategory
Source§fn clone(&self) -> IssueCategory
fn clone(&self) -> IssueCategory
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 IssueCategory
impl Debug for IssueCategory
Source§impl Display for IssueCategory
impl Display for IssueCategory
Source§impl Hash for IssueCategory
impl Hash for IssueCategory
Source§impl PartialEq for IssueCategory
impl PartialEq for IssueCategory
impl Copy for IssueCategory
impl Eq for IssueCategory
impl StructuralPartialEq for IssueCategory
Auto Trait Implementations§
impl Freeze for IssueCategory
impl RefUnwindSafe for IssueCategory
impl Send for IssueCategory
impl Sync for IssueCategory
impl Unpin for IssueCategory
impl UnwindSafe for IssueCategory
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