Home
last modified time | relevance | path

Searched refs:effective_style (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/serde_derive/src/
Dser.rs519 match effective_style(variant) { in serialize_externally_tagged_variant()
596 match effective_style(variant) { in serialize_internally_tagged_variant()
653 match effective_style(variant) { in serialize_adjacently_tagged_variant()
762 match effective_style(variant) { in serialize_untagged_variant()
1277 fn effective_style(variant: &Variant) -> Style { in effective_style() function
Dde.rs1743 match effective_style(variant) { in deserialize_internally_tagged_variant()
1792 match effective_style(variant) { in deserialize_untagged_variant()
2964 fn effective_style(variant: &Variant) -> Style { in effective_style() function