Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/ser/
Dfmt.rs47 type SerializeStructVariant = Impossible<(), fmt::Error>; typedef
160 ) -> Result<Self::SerializeStructVariant, fmt::Error> { in serialize_struct_variant()
Dmod.rs387 type SerializeStructVariant: SerializeStructVariant<Ok = Self::Ok, Error = Self::Error>; typedef
1245 ) -> Result<Self::SerializeStructVariant, Self::Error>; in serialize_struct_variant()
1917 pub trait SerializeStructVariant { trait
/third_party/rust/crates/serde/serde/src/private/
Dser.rs113 type SerializeStructVariant = Impossible<S::Ok, S::Error>; typedef
115 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 …]
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dser.rs221 type SerializeStructVariant = &'a mut FlexbufferSerializer; typedef
381 ) -> Result<Self::SerializeStructVariant, Self::Error> { in serialize_struct_variant()
428 type SerializeStructVariant = Impossible<(), Error>; typedef
534 ) -> Result<Self::SerializeStructVariant, Error> { in serialize_struct_variant()
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs1308 SerializeStructVariant, enumerator