pub struct ResearchContext {
pub db_path: PathBuf,
}Expand description
Fixed-at-startup runtime context shared (immutable) across all tool calls.
Fields§
§db_path: PathBufDatabase path resolved once at startup (default or --db override).
Auto Trait Implementations§
impl Freeze for ResearchContext
impl RefUnwindSafe for ResearchContext
impl Send for ResearchContext
impl Sync for ResearchContext
impl Unpin for ResearchContext
impl UnsafeUnpin for ResearchContext
impl UnwindSafe for ResearchContext
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