Struct git_blamediff::diff::File
source · [−]Expand description
An object capturing meta data about a diff.
Fields
file: Rc<String>The file the diff belongs to.
op: OpWhether the diff adds or removes lines.
line: usizeThe start line of the diff.
count: usizeThe number of lines in the diff.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for File
impl !Send for File
impl !Sync for File
impl Unpin for File
impl UnwindSafe for File
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more