pub struct Blame<'repo> { /* fields omitted */ }
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
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.