pub struct AgentToolsConfig {
pub discovery_max_entries: usize,
pub discovery_max_chars: usize,
}Fields§
§discovery_max_entries: usize§discovery_max_chars: usizeTrait Implementations§
Source§impl Clone for AgentToolsConfig
impl Clone for AgentToolsConfig
Source§fn clone(&self) -> AgentToolsConfig
fn clone(&self) -> AgentToolsConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 AgentToolsConfig
impl Debug for AgentToolsConfig
Auto Trait Implementations§
impl Freeze for AgentToolsConfig
impl RefUnwindSafe for AgentToolsConfig
impl Send for AgentToolsConfig
impl Sync for AgentToolsConfig
impl Unpin for AgentToolsConfig
impl UnwindSafe for AgentToolsConfig
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