Home
last modified time | relevance | path

Searched defs:SerializeTupleVariant (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/serde/serde/src/private/
H A Dser.rs108 type SerializeTupleVariant = Impossible<S::Ok, S::Error>; types
110 type SerializeTupleVariant = SerializeTupleVariantAsMapValue<S::SerializeMap>; types
573 type SerializeTupleVariant = SerializeTupleVariant<E>; types
852 pub struct SerializeTupleVariant<E> { global() structure names
1028 type SerializeTupleVariant = FlatMapSerializeTupleVariantAsMapValue<'a, M>; global() types
[all...]
H A Ddoc.rs144 type SerializeTupleVariant = $crate::ser::Impossible<Self::Ok, Self::Error>; types
/third_party/rust/crates/serde/serde/src/ser/
H A Dfmt.rs44 type SerializeTupleVariant = Impossible<(), fmt::Error>; types
H A Dimpossible.rs
H A Dmod.rs369 type SerializeTupleVariant: SerializeTupleVariant<Ok = Self::Ok, Error = Self::Error>; types
1691 pub trait SerializeTupleVariant { traits

Completed in 5 milliseconds