Lines Matching defs:str
195 _name: &'static str, in serialize_unit_variant()
197 variant: &'static str, // The name of the variant. in serialize_unit_variant()
203 fn serialize_newtype_struct<T>(self, _name: &'static str, value: &T) -> Result<(), Error> in serialize_newtype_struct()
216 _name: &'static str, in serialize_newtype_variant()
218 variant: &'static str, // The name of the variant. in serialize_newtype_variant()
252 _name: &'static str, in serialize_tuple_struct()
262 _name: &'static str, in serialize_tuple_variant()
264 variant: &'static str, // The name of the variant. in serialize_tuple_variant()
284 _name: &'static str, in serialize_struct()
294 _name: &'static str, in serialize_struct_variant()
296 variant: &'static str, // The name of the variant. in serialize_struct_variant()
470 fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Error> in serialize_field()
492 fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Error> in serialize_field()