pub struct DiffStat {
pub files_changed: u32,
pub insertions: u32,
pub deletions: u32,
}Fields§
§files_changed: u32§insertions: u32§deletions: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffStat
impl RefUnwindSafe for DiffStat
impl Send for DiffStat
impl Sync for DiffStat
impl Unpin for DiffStat
impl UnsafeUnpin for DiffStat
impl UnwindSafe for DiffStat
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