pub struct McpbNeedsConfigResult {
pub manifest: McpbManifest,
pub extracted_path: String,
pub content_hash: String,
pub config_schema: UserConfigSchema,
pub existing_config: UserConfigValues,
pub validation_errors: Vec<String>,
}Expand description
Result when MCPB needs user configuration.
Fields§
§manifest: McpbManifest§extracted_path: String§content_hash: String§config_schema: UserConfigSchema§existing_config: UserConfigValues§validation_errors: Vec<String>Auto Trait Implementations§
impl Freeze for McpbNeedsConfigResult
impl RefUnwindSafe for McpbNeedsConfigResult
impl Send for McpbNeedsConfigResult
impl Sync for McpbNeedsConfigResult
impl Unpin for McpbNeedsConfigResult
impl UnsafeUnpin for McpbNeedsConfigResult
impl UnwindSafe for McpbNeedsConfigResult
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