pub struct GitAiAuthorshipLog {
pub files: Vec<GitAiFileEntry>,
pub metadata: Option<Value>,
}Expand description
A parsed git-ai authorship log.
Fields§
§files: Vec<GitAiFileEntry>§metadata: Option<Value>Trait Implementations§
Source§impl Clone for GitAiAuthorshipLog
impl Clone for GitAiAuthorshipLog
Source§fn clone(&self) -> GitAiAuthorshipLog
fn clone(&self) -> GitAiAuthorshipLog
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GitAiAuthorshipLog
impl RefUnwindSafe for GitAiAuthorshipLog
impl Send for GitAiAuthorshipLog
impl Sync for GitAiAuthorshipLog
impl Unpin for GitAiAuthorshipLog
impl UnsafeUnpin for GitAiAuthorshipLog
impl UnwindSafe for GitAiAuthorshipLog
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