Home
last modified time | relevance | path

Searched defs:SerializeTupleVariant (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/serde/serde/src/private/
Dser.rs110 type SerializeTupleVariant = Impossible<S::Ok, S::Error>; typedef
112 type SerializeTupleVariant = SerializeTupleVariantAsMapValue<S::SerializeMap>; typedef
258 ) -> Result<Self::SerializeTupleVariant, Self::Error> { in serialize_tuple_variant()
271 ) -> Result<Self::SerializeTupleVariant, Self::Error> { in serialize_tuple_variant()
573 type SerializeTupleVariant = SerializeTupleVariant<E>; typedef
726 ) -> Result<Self::SerializeTupleVariant, E> { in serialize_tuple_variant()
852 pub struct SerializeTupleVariant<E> { struct
853 name: &'static str,
854 variant_index: u32,
855 variant: &'static str,
[all …]
/third_party/rust/crates/serde/serde/src/ser/
Dfmt.rs43 type SerializeTupleVariant = Impossible<(), fmt::Error>; typedef
142 ) -> Result<Self::SerializeTupleVariant, fmt::Error> { in serialize_tuple_variant()
Dmod.rs367 type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>; typedef
1122 ) -> Result<Self::SerializeTupleVariant, Self::Error>; in serialize_tuple_variant()
1725 pub trait SerializeTupleVariant { interface
/third_party/rust/crates/serde/serde_test/src/
Dconfigure.rs372 impl<S> SerializeTupleVariant for $wrapper<S> impl
Dser.rs85 type SerializeTupleVariant = Variant<'s, 'a>; typedef
255 ) -> Result<Self::SerializeTupleVariant, Error> { in serialize_tuple_variant()
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dser.rs214 type SerializeTupleVariant = &'a mut FlexbufferSerializer; typedef
353 ) -> Result<Self::SerializeTupleVariant, Self::Error> { in serialize_tuple_variant()
421 type SerializeTupleVariant = Impossible<(), Error>; typedef
511 ) -> Result<Self::SerializeTupleVariant, Error> { in serialize_tuple_variant()
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs1321 SerializeTupleVariant, enumerator