pub enum ToolProfile {
All,
Code,
Seo,
}Expand description
Selects a bounded operation catalog independently of any transport.
Variants§
All
Code intelligence plus semantic, SEO, and memory extensions.
Code
Repository and coding-agent intelligence without SEO-specific tools.
Seo
Content-graph, search, semantic, and SEO analysis.
Implementations§
Trait Implementations§
Source§impl Clone for ToolProfile
impl Clone for ToolProfile
Source§fn clone(&self) -> ToolProfile
fn clone(&self) -> ToolProfile
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 ToolProfile
Source§impl Debug for ToolProfile
impl Debug for ToolProfile
Source§impl Default for ToolProfile
impl Default for ToolProfile
Source§fn default() -> ToolProfile
fn default() -> ToolProfile
Returns the “default value” for a type. Read more
impl Eq for ToolProfile
Source§impl FromStr for ToolProfile
impl FromStr for ToolProfile
Source§impl PartialEq for ToolProfile
impl PartialEq for ToolProfile
impl StructuralPartialEq for ToolProfile
Auto Trait Implementations§
impl Freeze for ToolProfile
impl RefUnwindSafe for ToolProfile
impl Send for ToolProfile
impl Sync for ToolProfile
impl Unpin for ToolProfile
impl UnsafeUnpin for ToolProfile
impl UnwindSafe for ToolProfile
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