pub struct BashToolConfig {
pub default_timeout_ms: u64,
pub max_timeout_ms: u64,
pub output_max_bytes: usize,
}Fields§
§default_timeout_ms: u64§max_timeout_ms: u64§output_max_bytes: usizeMaximum bytes of merged stdout/stderr captured per command; output beyond this is dropped and reported as truncated. Applies to the local shell backend.
Trait Implementations§
Source§impl Clone for BashToolConfig
impl Clone for BashToolConfig
Source§fn clone(&self) -> BashToolConfig
fn clone(&self) -> BashToolConfig
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 BashToolConfig
impl Debug for BashToolConfig
Source§impl Default for BashToolConfig
impl Default for BashToolConfig
impl Eq for BashToolConfig
Source§impl PartialEq for BashToolConfig
impl PartialEq for BashToolConfig
Source§fn eq(&self, other: &BashToolConfig) -> bool
fn eq(&self, other: &BashToolConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BashToolConfig
Auto Trait Implementations§
impl Freeze for BashToolConfig
impl RefUnwindSafe for BashToolConfig
impl Send for BashToolConfig
impl Sync for BashToolConfig
impl Unpin for BashToolConfig
impl UnsafeUnpin for BashToolConfig
impl UnwindSafe for BashToolConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.