pub enum LintKind {
Show 14 variants
DuplicatedKey,
EndingBlankLine,
ExtraBlankLine,
IncorrectDelimiter,
KeyWithoutValue,
LeadingCharacter,
LowercaseKey,
QuoteCharacter,
SpaceCharacter,
SubstitutionKey,
TrailingWhitespace,
UnorderedKey,
ValueWithoutQuotes,
SchemaViolation,
}Variants§
DuplicatedKey
EndingBlankLine
ExtraBlankLine
IncorrectDelimiter
KeyWithoutValue
LeadingCharacter
LowercaseKey
QuoteCharacter
SpaceCharacter
SubstitutionKey
TrailingWhitespace
UnorderedKey
ValueWithoutQuotes
SchemaViolation
Trait Implementations§
impl Copy for LintKind
impl Eq for LintKind
impl StructuralPartialEq for LintKind
Auto Trait Implementations§
impl Freeze for LintKind
impl RefUnwindSafe for LintKind
impl Send for LintKind
impl Sync for LintKind
impl Unpin for LintKind
impl UnwindSafe for LintKind
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