pub struct ReActConfig {
pub env_watcher: FuneraEnvWatcher,
pub tool_bus: ToolBus,
pub max_iterations: usize,
pub channel_buffer: usize,
}Fields§
§env_watcher: FuneraEnvWatcher§tool_bus: ToolBus§max_iterations: usize§channel_buffer: usizeAuto Trait Implementations§
impl !RefUnwindSafe for ReActConfig
impl !UnwindSafe for ReActConfig
impl Freeze for ReActConfig
impl Send for ReActConfig
impl Sync for ReActConfig
impl Unpin for ReActConfig
impl UnsafeUnpin for ReActConfig
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