pub enum RuleCategory {
Structure,
Formatting,
Content,
Links,
Accessibility,
MdBook,
}Expand description
Rule categories for grouping and filtering
Variants§
Structure
Document structure and heading organization
Formatting
Whitespace, line length, and formatting consistency
Content
Links, images, and content validation
Links
Link-specific validation
Accessibility
Accessibility and usability rules
MdBook
mdBook-specific functionality and conventions
Trait Implementations§
Source§impl Clone for RuleCategory
impl Clone for RuleCategory
Source§fn clone(&self) -> RuleCategory
fn clone(&self) -> RuleCategory
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 RuleCategory
impl Debug for RuleCategory
Source§impl PartialEq for RuleCategory
impl PartialEq for RuleCategory
impl StructuralPartialEq for RuleCategory
Auto Trait Implementations§
impl Freeze for RuleCategory
impl RefUnwindSafe for RuleCategory
impl Send for RuleCategory
impl Sync for RuleCategory
impl Unpin for RuleCategory
impl UnwindSafe for RuleCategory
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