pub struct AgentWrapperMcpCommandContext {
pub working_dir: Option<PathBuf>,
pub timeout: Option<Duration>,
pub env: BTreeMap<String, String>,
}Fields§
§working_dir: Option<PathBuf>§timeout: Option<Duration>§env: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for AgentWrapperMcpCommandContext
impl Clone for AgentWrapperMcpCommandContext
Source§fn clone(&self) -> AgentWrapperMcpCommandContext
fn clone(&self) -> AgentWrapperMcpCommandContext
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 Default for AgentWrapperMcpCommandContext
impl Default for AgentWrapperMcpCommandContext
Source§fn default() -> AgentWrapperMcpCommandContext
fn default() -> AgentWrapperMcpCommandContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentWrapperMcpCommandContext
impl RefUnwindSafe for AgentWrapperMcpCommandContext
impl Send for AgentWrapperMcpCommandContext
impl Sync for AgentWrapperMcpCommandContext
impl Unpin for AgentWrapperMcpCommandContext
impl UnsafeUnpin for AgentWrapperMcpCommandContext
impl UnwindSafe for AgentWrapperMcpCommandContext
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