Home
last modified time | relevance | path

Searched refs:SerializeInlineTable (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/toml_edit/src/ser/
Dmap.rs6 Table(SerializeInlineTable),
11 Self::Table(SerializeInlineTable::new()) in table()
15 Self::Table(SerializeInlineTable::with_capacity(len)) in table_with_capacity()
132 pub struct SerializeInlineTable { struct
137 impl SerializeInlineTable { argument
152 impl serde::ser::SerializeMap for SerializeInlineTable { implementation
193 impl serde::ser::SerializeStruct for SerializeInlineTable { implementation