pub struct ScanResult {
pub files_total: i64,
pub files_skipped: i64,
pub files_partial: i64,
pub symbols: i64,
pub dependencies: i64,
}Fields§
§files_total: i64§files_skipped: i64§files_partial: i64§symbols: i64§dependencies: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanResult
impl RefUnwindSafe for ScanResult
impl Send for ScanResult
impl Sync for ScanResult
impl Unpin for ScanResult
impl UnsafeUnpin for ScanResult
impl UnwindSafe for ScanResult
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