MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / Person

Class Person

1e_http_client/rust/http_client/src/person.rs:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21#[derive(Deserialize)]
22pub struct Person {
23 pub education: serde_json::Value,
24 pub marriage: Marriage,
25 pub online_info: serde_json::Value,
26 pub personal: serde_json::Value,
27 pub work: serde_json::Value,
28}
29
30#[derive(Deserialize)]
31pub struct Marriage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected