pub struct DetectionInfo {
pub detected_languages: HashMap<String, usize>,
pub configured_languages: usize,
pub total_files: usize,
}Fields§
§detected_languages: HashMap<String, usize>§configured_languages: usize§total_files: usizeTrait Implementations§
Source§impl Clone for DetectionInfo
impl Clone for DetectionInfo
Source§fn clone(&self) -> DetectionInfo
fn clone(&self) -> DetectionInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DetectionInfo
impl RefUnwindSafe for DetectionInfo
impl Send for DetectionInfo
impl Sync for DetectionInfo
impl Unpin for DetectionInfo
impl UnsafeUnpin for DetectionInfo
impl UnwindSafe for DetectionInfo
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