Struct git3::diff::DiffHunkSummary
source · pub struct DiffHunkSummary { /* private fields */ }
Trait Implementations§
source§impl Clone for DiffHunkSummary
impl Clone for DiffHunkSummary
source§fn clone(&self) -> DiffHunkSummary
fn clone(&self) -> DiffHunkSummary
Returns a copy 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 DiffHunkSummary
impl Debug for DiffHunkSummary
source§impl Default for DiffHunkSummary
impl Default for DiffHunkSummary
source§fn default() -> DiffHunkSummary
fn default() -> DiffHunkSummary
Returns the “default value” for a type. Read more
source§impl Summary for DiffHunkSummary
impl Summary for DiffHunkSummary
type Context = BufferSnapshot
fn add_summary(&mut self, other: &Self, buffer: &Self::Context)
Auto Trait Implementations§
impl RefUnwindSafe for DiffHunkSummary
impl Send for DiffHunkSummary
impl Sync for DiffHunkSummary
impl Unpin for DiffHunkSummary
impl UnwindSafe for DiffHunkSummary
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