Adds missing Clone/Debugs

This commit is contained in:
2026-01-30 20:39:35 +00:00
parent a8fbe658bb
commit d1bd00ce95
4 changed files with 28 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ impl Content {
}
}
#[derive(Default)]
#[derive(Clone, Debug, Default)]
pub struct ContentBuilder {
content: Content,
}