pub struct DocsResourceHandler;Expand description
Resource handler that serves embedded PMCP SDK documentation.
Routes pmcp://docs/* URIs to compile-time embedded markdown content.
Returns 9 documentation resources covering the SDK API, CLI, and best practices.
Trait Implementations§
Source§impl ResourceHandler for DocsResourceHandler
impl ResourceHandler for DocsResourceHandler
Auto Trait Implementations§
impl Freeze for DocsResourceHandler
impl RefUnwindSafe for DocsResourceHandler
impl Send for DocsResourceHandler
impl Sync for DocsResourceHandler
impl Unpin for DocsResourceHandler
impl UnsafeUnpin for DocsResourceHandler
impl UnwindSafe for DocsResourceHandler
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