pub struct Blame<'repo> { /* private fields */ }
Expand description
Opaque structure to hold blame results.
Gets the number of hunks that exist in the blame structure.
Return true
is there is no hunk in the blame structure.
Gets the blame hunk at the given index.
Gets the hunk that relates to the given line number in the newest
commit.
Returns an iterator over the hunks in this blame.
Executes the destructor for this type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.