ssw/doc/toml/map/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
658 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

window.SIDEBAR_ITEMS = {"enum":[["Entry","A view into a single entry in a map, which may either be vacant or occupied. This enum is constructed from the `entry` method on `Map`."]],"struct":[["IntoIter","An owning iterator over a toml::Maps entries."],["Iter","An iterator over a toml::Maps entries."],["IterMut","A mutable iterator over a toml::Maps entries."],["Keys","An iterator over a toml::Maps keys."],["Map","Represents a TOML key/value type."],["OccupiedEntry","An occupied Entry. It is part of the `Entry` enum."],["VacantEntry","A vacant Entry. It is part of the `Entry` enum."],["Values","An iterator over a toml::Maps values."]]};