pub struct SubagentLanePreset {
pub lane: SubagentLane,
pub description: &'static str,
pub max_concurrent: usize,
pub timeout_seconds: u64,
pub allowed_tools: &'static [&'static str],
}Fields§
§lane: SubagentLane§description: &'static str§max_concurrent: usize§timeout_seconds: u64§allowed_tools: &'static [&'static str]Trait Implementations§
Source§impl Clone for SubagentLanePreset
impl Clone for SubagentLanePreset
Source§fn clone(&self) -> SubagentLanePreset
fn clone(&self) -> SubagentLanePreset
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 moreimpl Copy for SubagentLanePreset
Source§impl Debug for SubagentLanePreset
impl Debug for SubagentLanePreset
impl Eq for SubagentLanePreset
Source§impl PartialEq for SubagentLanePreset
impl PartialEq for SubagentLanePreset
Source§fn eq(&self, other: &SubagentLanePreset) -> bool
fn eq(&self, other: &SubagentLanePreset) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SubagentLanePreset
impl Serialize for SubagentLanePreset
impl StructuralPartialEq for SubagentLanePreset
Auto Trait Implementations§
impl Freeze for SubagentLanePreset
impl RefUnwindSafe for SubagentLanePreset
impl Send for SubagentLanePreset
impl Sync for SubagentLanePreset
impl Unpin for SubagentLanePreset
impl UnsafeUnpin for SubagentLanePreset
impl UnwindSafe for SubagentLanePreset
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.