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

Class APIResponse

ch_08/src/profanity.rs:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected