Skip to content

Commit 4f32fa1

Browse files
committed
Derive Copy
1 parent 26d8c63 commit 4f32fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stackable-operator/src/commons/secret_class.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub struct SecretClassVolumeScope {
103103
//
104104
// There intentionally isn't a global [`Default`] impl, as it's secret-ops concern what it chooses
105105
// as a default.
106-
#[derive(Clone, Debug, PartialEq, Eq, strum::AsRefStr)]
106+
#[derive(Copy, Clone, Debug, PartialEq, Eq, strum::AsRefStr)]
107107
#[strum(serialize_all = "kebab-case")]
108108
pub enum SecretClassVolumeProvisionParts {
109109
/// Only provision public parts, such as the CA certificate (either as PEM or truststore) or

0 commit comments

Comments
 (0)