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