pub struct DeriveConfig {
pub project_path: Option<String>,
pub include_thinking: bool,
}Expand description
Configuration for deriving Toolpath documents from Gemini conversations.
Fields§
§project_path: Option<String>Override the project path used for path.base.uri.
include_thinking: boolInclude thinking blocks in the conversation.append text payload.
Trait Implementations§
Source§impl Clone for DeriveConfig
impl Clone for DeriveConfig
Source§fn clone(&self) -> DeriveConfig
fn clone(&self) -> DeriveConfig
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 moreSource§impl Debug for DeriveConfig
impl Debug for DeriveConfig
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