Home
last modified time | relevance | path

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

/external/rust/crates/serde_test/src/
Dde.rs209 visitor.visit_map(EnumMapVisitor::new(self, variant, EnumFormat::Any)) in deserialize_any()
217 EnumFormat::Any, in deserialize_any()
222 EnumFormat::Seq, in deserialize_any()
227 EnumFormat::Map, in deserialize_any()
593 format: EnumFormat,
596 enum EnumFormat { enum
603 fn new(de: &'a mut Deserializer<'de>, variant: Token, format: EnumFormat) -> Self { in new()
635 EnumFormat::Seq => { in next_value_seed()
647 EnumFormat::Map => { in next_value_seed()
659 EnumFormat::Any => seed.deserialize(&mut *self.de), in next_value_seed()