pub struct McpPatchProvider { /* private fields */ }Expand description
MCP patch provider wrapper
Implementations§
Trait Implementations§
Source§impl Provider for McpPatchProvider
impl Provider for McpPatchProvider
Auto Trait Implementations§
impl !RefUnwindSafe for McpPatchProvider
impl !UnwindSafe for McpPatchProvider
impl Freeze for McpPatchProvider
impl Send for McpPatchProvider
impl Sync for McpPatchProvider
impl Unpin for McpPatchProvider
impl UnsafeUnpin for McpPatchProvider
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