pub struct GitLogProvider {
pub repo_root: PathBuf,
pub count: usize,
}Expand description
Recent commit subjects as agent messages — a universal trajectory proxy when no explicit transcript is configured.
Fields§
§repo_root: PathBuf§count: usizeTrait Implementations§
Source§impl Clone for GitLogProvider
impl Clone for GitLogProvider
Source§fn clone(&self) -> GitLogProvider
fn clone(&self) -> GitLogProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitLogProvider
impl Debug for GitLogProvider
Source§impl TrajectoryProvider for GitLogProvider
impl TrajectoryProvider for GitLogProvider
Auto Trait Implementations§
impl Freeze for GitLogProvider
impl RefUnwindSafe for GitLogProvider
impl Send for GitLogProvider
impl Sync for GitLogProvider
impl Unpin for GitLogProvider
impl UnsafeUnpin for GitLogProvider
impl UnwindSafe for GitLogProvider
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