Searched refs:EnumFormat (Results 1 – 1 of 1) sorted by relevance
209 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 { enum603 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()