Home
last modified time | relevance | path

Searched defs:Newtype (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dast.rs56 Newtype, enumerator
/external/rust/crates/serde_cbor/tests/
Denum.rs127 pub struct Newtype(u8); in test_newtype_struct() struct
/external/rust/crates/serde_json/tests/
Dtest.rs566 struct Newtype(BTreeMap<String, i32>); in test_write_newtype_struct() struct
/external/rust/crates/serde/src/private/
Dde.rs246 Newtype(Box<Content<'de>>), enumerator