pub struct AgentTeamConfig {
pub enabled: bool,
pub display_mode: AgentTeamDisplayMode,
pub default_teammate_model: Option<String>,
pub require_plan_approval: bool,
pub max_teammates: usize,
pub split_panes: AgentTeamSplitPaneConfig,
}Fields§
§enabled: bool§display_mode: AgentTeamDisplayMode§default_teammate_model: Option<String>§require_plan_approval: bool§max_teammates: usize§split_panes: AgentTeamSplitPaneConfigTrait Implementations§
Source§impl Clone for AgentTeamConfig
impl Clone for AgentTeamConfig
Source§fn clone(&self) -> AgentTeamConfig
fn clone(&self) -> AgentTeamConfig
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 AgentTeamConfig
impl Debug for AgentTeamConfig
Source§impl Default for AgentTeamConfig
impl Default for AgentTeamConfig
Source§impl<'de> Deserialize<'de> for AgentTeamConfig
impl<'de> Deserialize<'de> for AgentTeamConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AgentTeamConfig
Source§impl PartialEq for AgentTeamConfig
impl PartialEq for AgentTeamConfig
Source§fn eq(&self, other: &AgentTeamConfig) -> bool
fn eq(&self, other: &AgentTeamConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentTeamConfig
impl Serialize for AgentTeamConfig
impl StructuralPartialEq for AgentTeamConfig
Auto Trait Implementations§
impl Freeze for AgentTeamConfig
impl RefUnwindSafe for AgentTeamConfig
impl Send for AgentTeamConfig
impl Sync for AgentTeamConfig
impl Unpin for AgentTeamConfig
impl UnsafeUnpin for AgentTeamConfig
impl UnwindSafe for AgentTeamConfig
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.