Module liquid_core::model::map

source ·
Expand description

Type representing a Liquid object, payload of the Value::Object variant

Structs

  • An owning iterator over a liquid_core::model::Object’s entries.
  • An iterator over a liquid_core::model::Object’s entries.
  • A mutable iterator over a liquid_core::model::Object’s entries.
  • An iterator over a liquid_core::model::Object’s keys.
  • Type representing a Liquid object, payload of the Value::Object variant
  • An occupied Entry. It is part of the Entry enum.
  • A vacant Entry. It is part of the Entry enum.
  • An iterator over a liquid_core::model::Object’s values.
  • A mutable iterator over a liquid_core::model::Object’s values.

Enums

  • 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 Object.