MCPcopy Create free account
hub / github.com/EnsoBuild/temper / StatefulSimulationResponse

Class StatefulSimulationResponse

src/simulation.rs:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
68#[serde(rename_all = "camelCase")]
69pub struct StatefulSimulationResponse {
70 pub stateful_simulation_id: Uuid,
71}
72
73#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
74pub struct StatefulSimulationEndResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected