pub struct McpSchema {
pub name: String,
pub description: String,
pub input_schema: McpInputSchema,
}Expand description
MCP JSON schema representation
Fields§
§name: StringTool name
description: StringTool description
input_schema: McpInputSchemaInput schema
Trait Implementations§
Source§impl<'de> Deserialize<'de> for McpSchema
impl<'de> Deserialize<'de> for McpSchema
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
Auto Trait Implementations§
impl Freeze for McpSchema
impl RefUnwindSafe for McpSchema
impl Send for McpSchema
impl Sync for McpSchema
impl Unpin for McpSchema
impl UnsafeUnpin for McpSchema
impl UnwindSafe for McpSchema
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