pub struct PlanModePluginConfig {
pub allowed_tools: BTreeSet<String>,
}Fields§
§allowed_tools: BTreeSet<String>Implementations§
Source§impl PlanModePluginConfig
impl PlanModePluginConfig
pub fn with_allowed_tools<I, S>(self, allowed_tools: I) -> Self
Trait Implementations§
Source§impl Clone for PlanModePluginConfig
impl Clone for PlanModePluginConfig
Source§fn clone(&self) -> PlanModePluginConfig
fn clone(&self) -> PlanModePluginConfig
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 PlanModePluginConfig
impl Debug for PlanModePluginConfig
Auto Trait Implementations§
impl Freeze for PlanModePluginConfig
impl RefUnwindSafe for PlanModePluginConfig
impl Send for PlanModePluginConfig
impl Sync for PlanModePluginConfig
impl Unpin for PlanModePluginConfig
impl UnsafeUnpin for PlanModePluginConfig
impl UnwindSafe for PlanModePluginConfig
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