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