pub struct ToolProxyServer;Implementations§
Source§impl ToolProxyServer
impl ToolProxyServer
pub async fn start(server: CompressedServer) -> Result<RunningToolProxy, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToolProxyServer
impl RefUnwindSafe for ToolProxyServer
impl Send for ToolProxyServer
impl Sync for ToolProxyServer
impl Unpin for ToolProxyServer
impl UnsafeUnpin for ToolProxyServer
impl UnwindSafe for ToolProxyServer
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