pub struct FileStructureRule;Expand description
Detects files that are too long (>1000 lines)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileStructureRule
impl RefUnwindSafe for FileStructureRule
impl Send for FileStructureRule
impl Sync for FileStructureRule
impl Unpin for FileStructureRule
impl UnwindSafe for FileStructureRule
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