pub struct ManualTableCloneLint;
Trait Implementations§
Source§impl Lint for ManualTableCloneLint
impl Lint for ManualTableCloneLint
const SEVERITY: Severity = Severity::Warning
const LINT_TYPE: LintType = LintType::Complexity
type Config = ()
type Error = Infallible
fn new(_: Self::Config) -> Result<Self, Self::Error>
fn pass( &self, ast: &Ast, context: &Context, ast_context: &AstContext, ) -> Vec<Diagnostic>
Auto Trait Implementations§
impl Freeze for ManualTableCloneLint
impl RefUnwindSafe for ManualTableCloneLint
impl Send for ManualTableCloneLint
impl Sync for ManualTableCloneLint
impl Unpin for ManualTableCloneLint
impl UnwindSafe for ManualTableCloneLint
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