pub struct DeriveConfig {
pub project_path: Option<String>,
pub include_thinking: bool,
}Expand description
Configuration for deriving Toolpath documents from Claude conversations.
Fields§
§project_path: Option<String>Override the project path used for path.base.uri.
include_thinking: boolInclude thinking blocks in the conversation artifact.
Trait Implementations§
Source§impl Default for DeriveConfig
impl Default for DeriveConfig
Source§fn default() -> DeriveConfig
fn default() -> DeriveConfig
Returns the “default value” for a type. Read more
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