pub struct MCPToolAdapter {
pub client_call: MCPCall,
}Fields§
§client_call: MCPCallImplementations§
Source§impl MCPToolAdapter
impl MCPToolAdapter
pub fn tool_spec_from_descriptor(&self, descriptor: &State) -> ToolSpec
Auto Trait Implementations§
impl Freeze for MCPToolAdapter
impl RefUnwindSafe for MCPToolAdapter
impl Send for MCPToolAdapter
impl Sync for MCPToolAdapter
impl Unpin for MCPToolAdapter
impl UnsafeUnpin for MCPToolAdapter
impl UnwindSafe for MCPToolAdapter
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