pub struct ManagedAppRuntime {
pub name: String,
pub metadata: Value,
pub config: StdioServerConfig,
pub server: CodexAppServer,
}Expand description
Running app-server instance with metadata preserved.
Fields§
§name: String§metadata: Value§config: StdioServerConfig§server: CodexAppServerImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManagedAppRuntime
impl !RefUnwindSafe for ManagedAppRuntime
impl Send for ManagedAppRuntime
impl Sync for ManagedAppRuntime
impl Unpin for ManagedAppRuntime
impl UnsafeUnpin for ManagedAppRuntime
impl !UnwindSafe for ManagedAppRuntime
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