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

Class APIResponse

ch_11/src/profanity.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected