pub struct StartedServer {
pub name: String,
pub server: Arc<dyn McpServer>,
}Fields§
§name: String§server: Arc<dyn McpServer>Auto Trait Implementations§
impl Freeze for StartedServer
impl !RefUnwindSafe for StartedServer
impl Send for StartedServer
impl Sync for StartedServer
impl Unpin for StartedServer
impl UnsafeUnpin for StartedServer
impl !UnwindSafe for StartedServer
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