Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-Web-Development/code
/ QuestionId
Class
QuestionId
ch_04/final/src/main.rs:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
#[derive(Deserialize, Serialize, Debug, Clone, PartialEq, Eq, Hash)]
21
struct QuestionId(String);
22
23
#[derive(Deserialize, Serialize, Debug, Clone)]
24
struct NewQuestion {
Callers
4
add_question
Function · 0.70
update_question
Function · 0.70
delete_question
Function · 0.70
add_answer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected