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

Class Marriage

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

Source from the content-addressed store, hash-verified

29
30#[derive(Deserialize)]
31pub struct Marriage {
32 pub married: bool,
33 pub children: Option<usize>,
34 pub spouse_name: Option<String>,
35}
36
37impl std::fmt::Display for Data {
38 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected