pub struct GitHistories { /* private fields */ }
Expand description
History of any git roots discovered by the calculator Split from GitCalculator as we need to mutate the dictionary while borrowing the history immutably
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitHistories
impl RefUnwindSafe for GitHistories
impl Send for GitHistories
impl Sync for GitHistories
impl Unpin for GitHistories
impl UnwindSafe for GitHistories
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