pub struct DraftingResearchAgent;Expand description
Drafting research agent (deterministic fallback).
Trait Implementations§
Source§impl Agent for DraftingResearchAgent
impl Agent for DraftingResearchAgent
Auto Trait Implementations§
impl Freeze for DraftingResearchAgent
impl RefUnwindSafe for DraftingResearchAgent
impl Send for DraftingResearchAgent
impl Sync for DraftingResearchAgent
impl Unpin for DraftingResearchAgent
impl UnsafeUnpin for DraftingResearchAgent
impl UnwindSafe for DraftingResearchAgent
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