pub struct Linter {
pub rules: HashSet<Rule>,
pub settings: LinterSettings,
/* private fields */
}
Fields§
§rules: HashSet<Rule>
§settings: LinterSettings
Implementations§
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