Home
last modified time | relevance | path

Searched refs:year_of_birth (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/serde_cbor/examples/
Dreadme.rs13 year_of_birth: u32, field
20 year_of_birth: 2015, in main()
/external/rust/crates/serde_cbor/tests/
Dstd_types.rs126 year_of_birth: u16, field
134 year_of_birth: 1906,
143 year_of_birth: Option<u16>, field
151 year_of_birth: None,
/external/rust/crates/serde_cbor/
DREADME.md36 year_of_birth: u32,
43 year_of_birth: 2015,
59 // prints: Mascot { name: "Tux", species: "penguin", year_of_birth: 1996 }