pub struct CoChangeEntry {
pub file_path: String,
pub co_change_count: usize,
pub total_commits: usize,
pub correlation: f64,
}Fields§
§file_path: String§co_change_count: usize§total_commits: usize§correlation: f64Trait Implementations§
Source§impl Clone for CoChangeEntry
impl Clone for CoChangeEntry
Source§fn clone(&self) -> CoChangeEntry
fn clone(&self) -> CoChangeEntry
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 moreSource§impl Debug for CoChangeEntry
impl Debug for CoChangeEntry
Auto Trait Implementations§
impl Freeze for CoChangeEntry
impl RefUnwindSafe for CoChangeEntry
impl Send for CoChangeEntry
impl Sync for CoChangeEntry
impl Unpin for CoChangeEntry
impl UnsafeUnpin for CoChangeEntry
impl UnwindSafe for CoChangeEntry
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