pub enum ToolSourceType {
CliTool,
Mcp,
A2a,
Catalog,
Http,
}Variants§
Trait Implementations§
Source§impl Clone for ToolSourceType
impl Clone for ToolSourceType
Source§fn clone(&self) -> ToolSourceType
fn clone(&self) -> ToolSourceType
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 ToolSourceType
impl Debug for ToolSourceType
Source§impl<'de> Deserialize<'de> for ToolSourceType
impl<'de> Deserialize<'de> for ToolSourceType
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 ToolSourceType
Source§impl PartialEq for ToolSourceType
impl PartialEq for ToolSourceType
Source§fn eq(&self, other: &ToolSourceType) -> bool
fn eq(&self, other: &ToolSourceType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ToolSourceType
impl RunxSchema for ToolSourceType
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ToolSourceType
impl Serialize for ToolSourceType
impl StructuralPartialEq for ToolSourceType
Auto Trait Implementations§
impl Freeze for ToolSourceType
impl RefUnwindSafe for ToolSourceType
impl Send for ToolSourceType
impl Sync for ToolSourceType
impl Unpin for ToolSourceType
impl UnsafeUnpin for ToolSourceType
impl UnwindSafe for ToolSourceType
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