Struct sqruff_lib::core::linter::linting_result::LintingResult
source · pub struct LintingResult {
pub paths: Vec<LintedDir>,
/* private fields */
}
Fields§
§paths: Vec<LintedDir>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LintingResult
impl !Send for LintingResult
impl !Sync for LintingResult
impl Unpin for LintingResult
impl !UnwindSafe for LintingResult
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