Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Dserializer.rs29 struct SeRecord<'w, W: 'w + io::Write> { struct
33 impl<'a, 'w, W: io::Write> Serializer for &'a mut SeRecord<'w, W> { argument
238 impl<'a, 'w, W: io::Write> SerializeSeq for &'a mut SeRecord<'w, W> { implementation
254 impl<'a, 'w, W: io::Write> SerializeTuple for &'a mut SeRecord<'w, W> { implementation
270 impl<'a, 'w, W: io::Write> SerializeTupleStruct for &'a mut SeRecord<'w, W> { implementation
286 impl<'a, 'w, W: io::Write> SerializeTupleVariant for &'a mut SeRecord<'w, W> { implementation
302 impl<'a, 'w, W: io::Write> SerializeMap for &'a mut SeRecord<'w, W> { implementation
325 impl<'a, 'w, W: io::Write> SerializeStruct for &'a mut SeRecord<'w, W> { implementation
342 impl<'a, 'w, W: io::Write> SerializeStructVariant for &'a mut SeRecord<'w, W> { implementation