Home
last modified time | relevance | path

Searched defs:SerializeStructVariant (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/serde_json/src/value/
Dser.rs72 type SerializeStructVariant = SerializeStructVariant; typedef
269 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
304 pub struct SerializeStructVariant { struct
305 name: String,
306 map: Map<String, Value>,
451 type SerializeStructVariant = Impossible<String, Error>; typedef
605 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
663 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation
703 type SerializeStructVariant = Impossible<Value, Error>; typedef
850 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
[all …]
/external/rust/crates/serde_cbor/src/value/
Dser.rs50 type SerializeStructVariant = SerializeStructVariant; typedef
239 ) -> Result<Self::SerializeStructVariant, Error> { in serialize_struct_variant()
266 pub struct SerializeStructVariant { struct
267 name: String,
268 map: BTreeMap<Value, Value>,
387 impl serde::ser::SerializeStructVariant for SerializeStructVariant { implementation
/external/rust/crates/serde/src/private/
Dser.rs115 type SerializeStructVariant = Impossible<S::Ok, S::Error>; typedef
117 type SerializeStructVariant = SerializeStructVariantAsMapValue<S::SerializeMap>; typedef
305 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
318 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
576 type SerializeStructVariant = SerializeStructVariant<E>; typedef
762 ) -> Result<Self::SerializeStructVariant, E> { in serialize_struct_variant()
964 pub struct SerializeStructVariant<E> { struct
965 name: &'static str,
966 variant_index: u32,
967 variant: &'static str,
[all …]
/external/rust/crates/serde/src/ser/
Dfmt.rs46 type SerializeStructVariant = Impossible<(), fmt::Error>; typedef
164 ) -> Result<Self::SerializeStructVariant, fmt::Error> { in serialize_struct_variant()
Dmod.rs385 type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>; typedef
1249 ) -> Result<Self::SerializeStructVariant, Self::Error>; in serialize_struct_variant()
1951 pub trait SerializeStructVariant { trait
/external/rust/crates/serde_json/src/
Dser.rs74 type SerializeStructVariant = Compound<'a, W, F>; typedef
426 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
891 type SerializeStructVariant = Impossible<(), Error>; typedef
1179 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
1205 type SerializeStructVariant = Impossible<(), Error>; typedef
1367 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
1386 type SerializeStructVariant = Impossible<(), Error>; typedef
1548 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
/external/rust/crates/serde_test/src/
Dconfigure.rs444 impl<S> SerializeStructVariant for $wrapper<S> impl
Dser.rs88 type SerializeStructVariant = Variant<'s, 'a>; typedef
290 ) -> Result<Self::SerializeStructVariant, Error> { in serialize_struct_variant()
/external/rust/crates/serde-xml-rs/src/ser/
Dmod.rs118 type SerializeStructVariant = Impossible<Self::Ok, Self::Error>; typedef
283 ) -> Result<Self::SerializeStructVariant> { in serialize_struct_variant()
/external/rust/crates/csv/src/
Dserializer.rs39 type SerializeStructVariant = Self; typedef
230 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
339 impl<'a, 'w, W: io::Write> SerializeStructVariant for &'a mut SeRecord<'w, W> { impl
503 type SerializeStructVariant = Self; typedef
680 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
802 impl<'a, 'w, W: io::Write> SerializeStructVariant for &'a mut SeHeader<'w, W> { impl
/external/rust/crates/ciborium/src/value/
Dser.rs122 type SerializeStructVariant = Serializer<Named<Vec<(Value, Value)>>>; typedef
264 ) -> Result<Self::SerializeStructVariant, Error> { in serialize_struct_variant()
/external/rust/crates/ciborium/src/ser/
Dmod.rs44 type SerializeStructVariant = CollectionSerializer<'a, W>; typedef
308 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
/external/rust/crates/ciborium/src/
Dtag.rs236 type SerializeStructVariant = Self; typedef
419 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
/external/rust/crates/serde_cbor/src/
Dser.rs223 type SerializeStructVariant = StructSerializer<'a, W>; typedef
/external/rust/crates/serde_derive/src/
Dser.rs1287 SerializeStructVariant, enumerator