pub struct ShameEntry {
pub file_path: PathBuf,
pub total_issues: usize,
pub shame_score: f64,
}Fields§
§file_path: PathBuf§total_issues: usize§shame_score: f64Trait Implementations§
Source§impl Clone for ShameEntry
impl Clone for ShameEntry
Source§fn clone(&self) -> ShameEntry
fn clone(&self) -> ShameEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShameEntry
impl RefUnwindSafe for ShameEntry
impl Send for ShameEntry
impl Sync for ShameEntry
impl Unpin for ShameEntry
impl UnsafeUnpin for ShameEntry
impl UnwindSafe for ShameEntry
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