pub struct TextDiffSummary {
pub additions: usize,
pub deletions: usize,
}Fields§
§additions: usize§deletions: usizeTrait Implementations§
Source§impl Clone for TextDiffSummary
impl Clone for TextDiffSummary
Source§fn clone(&self) -> TextDiffSummary
fn clone(&self) -> TextDiffSummary
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 TextDiffSummary
impl RefUnwindSafe for TextDiffSummary
impl Send for TextDiffSummary
impl Sync for TextDiffSummary
impl Unpin for TextDiffSummary
impl UnsafeUnpin for TextDiffSummary
impl UnwindSafe for TextDiffSummary
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