Options implements Debug

This commit is contained in:
2026-04-03 15:38:55 +01:00
parent 8fc1268e81
commit 19fd7ad712

View File

@@ -84,7 +84,7 @@ pub enum ThinkLevel {
/// .stop(Stop::Single("END".to_string())) /// .stop(Stop::Single("END".to_string()))
/// .build(); /// .build();
/// ``` /// ```
#[derive(Debug, Default, Serialize, Deserialize)] #[derive(Clone, Debug, Default, Serialize, Deserialize)]
pub struct Options { pub struct Options {
/// Random seed for reproducible outputs. /// Random seed for reproducible outputs.
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]