Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
7
pub struct APIResponse {
8
message: String
9
}
10
11
#[derive(Deserialize, Serialize, Debug, Clone)]
12
struct BadWord {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected