Options implements Debug
This commit is contained in:
@@ -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")]
|
||||||
|
|||||||
Reference in New Issue
Block a user