pub struct SimpleAgentFactory { /* private fields */ }Expand description
A basic agent factory backed by a name → builder-fn registry.
Implementations§
Trait Implementations§
Source§impl AgentFactory for SimpleAgentFactory
impl AgentFactory for SimpleAgentFactory
Auto Trait Implementations§
impl Freeze for SimpleAgentFactory
impl !RefUnwindSafe for SimpleAgentFactory
impl Send for SimpleAgentFactory
impl Sync for SimpleAgentFactory
impl Unpin for SimpleAgentFactory
impl UnsafeUnpin for SimpleAgentFactory
impl !UnwindSafe for SimpleAgentFactory
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