pub struct CrateSourcesProxy;Expand description
A proxy which forwards all messages to its successor, adding access to the rust-crate-query MCP server.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrateSourcesProxy
impl RefUnwindSafe for CrateSourcesProxy
impl Send for CrateSourcesProxy
impl Sync for CrateSourcesProxy
impl Unpin for CrateSourcesProxy
impl UnwindSafe for CrateSourcesProxy
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more