Struct sqruff_lib::core::rules::base::LintResult
source · pub struct LintResult {
pub fixes: Vec<LintFix>,
/* private fields */
}
Fields§
§fixes: Vec<LintFix>
Implementations§
Trait Implementations§
source§impl Clone for LintResult
impl Clone for LintResult
source§fn clone(&self) -> LintResult
fn clone(&self) -> LintResult
Returns a copy 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 moreAuto Trait Implementations§
impl !RefUnwindSafe for LintResult
impl !Send for LintResult
impl !Sync for LintResult
impl Unpin for LintResult
impl !UnwindSafe for LintResult
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