pub struct McpbLoadResult {
pub manifest: McpbManifest,
pub mcp_config: HashMap<String, McpServerConfig>,
pub extracted_path: String,
pub content_hash: String,
}Expand description
Result of loading an MCPB file (success case).
Fields§
§manifest: McpbManifest§mcp_config: HashMap<String, McpServerConfig>§extracted_path: String§content_hash: StringAuto Trait Implementations§
impl Freeze for McpbLoadResult
impl RefUnwindSafe for McpbLoadResult
impl Send for McpbLoadResult
impl Sync for McpbLoadResult
impl Unpin for McpbLoadResult
impl UnsafeUnpin for McpbLoadResult
impl UnwindSafe for McpbLoadResult
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