pub struct WebServer { /* private fields */ }Expand description
Built-in MCP server for web operations
Implementations§
Trait Implementations§
Source§impl McpServer for WebServer
impl McpServer for WebServer
Auto Trait Implementations§
impl Freeze for WebServer
impl !RefUnwindSafe for WebServer
impl Send for WebServer
impl Sync for WebServer
impl Unpin for WebServer
impl !UnwindSafe for WebServer
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