Searched defs:StructVariantSeed (Results 1 – 2 of 2) sorted by relevance
817 struct StructVariantSeed<V> { struct818 name: &'static str,819 fields: &'static [&'static str],820 visitor: V,823 impl<'de, V> DeserializeSeed<'de> for StructVariantSeed<V> implementation2105 struct StructVariantSeed<V> { struct2106 name: &'static str,2107 fields: &'static [&'static str],2108 visitor: V,2111 impl<'de, V> DeserializeSeed<'de> for StructVariantSeed<V> implementation
1202 struct StructVariantSeed<V> { struct1206 impl<'de, V> de::DeserializeSeed<'de> for StructVariantSeed<V> implementation