pub struct GitLog {
pub root: String,
pub commits: Vec<GitCommit>,
}
Fields§
§root: String
§commits: Vec<GitCommit>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitLog
impl RefUnwindSafe for GitLog
impl Send for GitLog
impl Sync for GitLog
impl Unpin for GitLog
impl UnwindSafe for GitLog
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