#[non_exhaustive]pub enum Linter {
Table,
Cat,
End,
Id,
Namespace,
Page,
Params,
Start,
Tag,
Template,
}Available on crate feature
linter only.Expand description
linter table
Documentation may be available on mediawiki.org.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Table
Cat
linter_cat column
End
linter_end column
Id
linter_id column
Namespace
linter_namespace column
Page
linter_page column
Params
linter_params column
Start
linter_start column
Tag
linter_tag column
Template
linter_template column
Trait Implementations§
impl Copy for Linter
Auto Trait Implementations§
impl Freeze for Linter
impl RefUnwindSafe for Linter
impl Send for Linter
impl Sync for Linter
impl Unpin for Linter
impl UnwindSafe for Linter
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