We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee08554 commit f4aca9dCopy full SHA for f4aca9d
crates/app/src/lib.rs
@@ -28,7 +28,7 @@ pub const APP_DESCRIPTION_KEY: MetadataKey = MetadataKey::new("description");
28
pub const OCI_IMAGE_DIGEST_KEY: MetadataKey = MetadataKey::new("oci_image_digest");
29
30
/// An `App` holds loaded configuration for a Spin application.
31
-#[derive(Debug)]
+#[derive(Debug, Clone)]
32
pub struct App {
33
id: String,
34
locked: LockedApp,
0 commit comments