<p>By default the map is backed by a <ahref="https://doc.rust-lang.org/std/collections/struct.BTreeMap.html"><code>BTreeMap</code></a>. Enable the <code>preserve_order</code>
feature of toml-rs to use <ahref="https://docs.rs/indexmap"><code>IndexMap</code></a> instead.</p>
</div></details><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.IntoIter.html"title="struct toml::map::IntoIter">IntoIter</a></div><divclass="desc docblock-short">An owning iterator over a <code>toml::Map</code>’s entries.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Iter.html"title="struct toml::map::Iter">Iter</a></div><divclass="desc docblock-short">An iterator over a <code>toml::Map</code>’s entries.</div></li><li><divclass="item-name"><aclass="struct"href="struct.IterMut.html"title="struct toml::map::IterMut">IterMut</a></div><divclass="desc docblock-short">A mutable iterator over a <code>toml::Map</code>’s entries.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Keys.html"title="struct toml::map::Keys">Keys</a></div><divclass="desc docblock-short">An iterator over a <code>toml::Map</code>’s keys.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Map.html"title="struct toml::map::Map">Map</a></div><divclass="desc docblock-short">Represents a TOML key/value type.</div></li><li><divclass="item-name"><aclass="struct"href="struct.OccupiedEntry.html"title="struct toml::map::OccupiedEntry">OccupiedEntry</a></div><divclass="desc docblock-short">An occupied Entry. It is part of the <ahref="enum.Entry.html"><code>Entry</code></a> enum.</div></li><li><divclass="item-name"><aclass="struct"href="struct.VacantEntry.html"title="struct toml::map::VacantEntry">VacantEntry</a></div><divclass="desc docblock-short">A vacant Entry. It is part of the <ahref="enum.Entry.html"><code>Entry</code></a> enum.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Values.html"title="struct toml::map::Values">Values</a></div><divclass="desc docblock-short">An iterator over a <code>toml::Map</code>’s values.</div></li></ul><h2id="enums"class="section-header">Enums<ahref="#enums"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="enum"href="enum.Entry.html"title="enum toml::map::Entry">Entry</a></div><divclass="desc docblock-short">A view into a single entry in a map, which may either be vacant or occupied.
This enum is constructed from the <ahref="struct.Map.html#method.entry"><code>entry</code></a> method on <ahref="struct.Map.html"><code>Map</code></a>.</div></li></ul></section></div></main></body></html>