MCPcopy Create free account
hub / github.com/Rust-Web-Development/code / APIResponse

Class APIResponse

ch_10/src/profanity.rs:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Deserialize, Serialize, Debug, Clone)]
9pub struct APIResponse {
10 message: String,
11}
12
13#[derive(Deserialize, Serialize, Debug, Clone)]
14struct BadWord {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected