pub struct AgentWorkspaceConfig {
pub base_dir: PathBuf,
pub time_budget: Duration,
}Fields§
§base_dir: PathBuf§time_budget: DurationTrait Implementations§
Source§impl Clone for AgentWorkspaceConfig
impl Clone for AgentWorkspaceConfig
Source§fn clone(&self) -> AgentWorkspaceConfig
fn clone(&self) -> AgentWorkspaceConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentWorkspaceConfig
impl Debug for AgentWorkspaceConfig
Auto Trait Implementations§
impl Freeze for AgentWorkspaceConfig
impl RefUnwindSafe for AgentWorkspaceConfig
impl Send for AgentWorkspaceConfig
impl Sync for AgentWorkspaceConfig
impl Unpin for AgentWorkspaceConfig
impl UnsafeUnpin for AgentWorkspaceConfig
impl UnwindSafe for AgentWorkspaceConfig
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