Expand description
Type representing a Liquid object, payload of the Value::Object variant
Structs§
- Into
Iter - An owning iterator over a liquid_core::model::Object’s entries.
- Iter
- An iterator over a liquid_core::model::Object’s entries.
- IterMut
- A mutable iterator over a liquid_core::model::Object’s entries.
- Keys
- An iterator over a liquid_core::model::Object’s keys.
- Object
- Type representing a Liquid object, payload of the
Value::Objectvariant - Occupied
Entry - An occupied Entry. It is part of the
Entryenum. - Vacant
Entry - A vacant Entry. It is part of the
Entryenum. - Values
- An iterator over a liquid_core::model::Object’s values.
- Values
Mut - A mutable iterator over a liquid_core::model::Object’s values.