pub struct DiffDelta<'a> { /* fields omitted */ }
Expand description
Description of changes to one entry.
Returns the number of files in this delta.
Returns the status of this entry
For more information, see Delta
’s documentation
Return the file which represents the “from” side of the diff.
What side this means depends on the function that was used to generate
the diff and will be documented on the function itself.
Return the file which represents the “to” side of the diff.
What side this means depends on the function that was used to generate
the diff and will be documented on the function itself.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.