pub struct Scanner { /* private fields */ }Implementations§
Source§impl Scanner
impl Scanner
pub fn new() -> Self
pub fn scan_path(&self, path: &str, options: &ScanOptions) -> ScanResult
pub fn scan_report( &self, files_scanned: usize, report: SyntaxReport, options: &ScanOptions, ) -> ScanResult
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Scanner
impl !Send for Scanner
impl !Sync for Scanner
impl !UnwindSafe for Scanner
impl Freeze for Scanner
impl Unpin for Scanner
impl UnsafeUnpin for Scanner
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