pub struct StandardsDetector;Expand description
Detects naming conventions and coding standards from a codebase
Implementations§
Source§impl StandardsDetector
impl StandardsDetector
Sourcepub fn detect(&self, files: &[&Path]) -> Result<StandardsProfile, ResearchError>
pub fn detect(&self, files: &[&Path]) -> Result<StandardsProfile, ResearchError>
Trait Implementations§
Source§impl Debug for StandardsDetector
impl Debug for StandardsDetector
Auto Trait Implementations§
impl Freeze for StandardsDetector
impl RefUnwindSafe for StandardsDetector
impl Send for StandardsDetector
impl Sync for StandardsDetector
impl Unpin for StandardsDetector
impl UnwindSafe for StandardsDetector
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