Searched refs:struct_variant (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/serde/serde/src/private/ |
H A D | doc.rs | 155 (struct_variant) => {
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | mod.rs | 861 /// - **struct_variant** 2059 /// # fn struct_variant<V>(self, _: &[&str], _: V) -> Result<V::Value, Self::Error> 2101 /// # fn struct_variant<V>(self, _: &[&str], _: V) -> Result<V::Value, Self::Error> 2157 /// # fn struct_variant<V>(self, _: &[&str], _: V) -> Result<V::Value, Self::Error> 2196 /// fn struct_variant<V>( in tuple_variant() 2210 fn struct_variant<V>( in tuple_variant() functions
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 1041 _serde::de::VariantAccess::struct_variant(__variant, FIELDS, #visitor_expr) in deserialize_struct()
|
Completed in 12 milliseconds