pub struct DeriveConfig {
pub remote: String,
pub title: Option<String>,
pub base: Option<String>,
}Expand description
Configuration for deriving Toolpath documents from a git repository.
Fields§
§remote: StringRemote name for URI generation (e.g., “origin”).
title: Option<String>Optional title for graph output.
base: Option<String>Global base commit override (overrides per-branch starts).
Auto Trait Implementations§
impl Freeze for DeriveConfig
impl RefUnwindSafe for DeriveConfig
impl Send for DeriveConfig
impl Sync for DeriveConfig
impl Unpin for DeriveConfig
impl UnsafeUnpin for DeriveConfig
impl UnwindSafe for DeriveConfig
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