Struct liquid_value::Index[][src]

pub struct Index { /* fields omitted */ }

An index into a liquid_value::Value.

Methods

impl Index
[src]

Create an Object Index.

Create an Array Index.

Check if Object Index.

Check if Array Index.

Return the Object Index.

Return the Array Index.

Trait Implementations

impl Clone for Index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Index
[src]

Formats the value using the given formatter. Read more

impl Eq for Index
[src]

impl PartialEq for Index
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Index
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Index
[src]

Formats the value using the given formatter. Read more

impl From<isize> for Index
[src]

Performs the conversion.

impl From<String> for Index
[src]

Performs the conversion.

impl<'a> From<&'a str> for Index
[src]

Performs the conversion.

impl Extend<Index> for Path
[src]

Extends a collection with the contents of an iterator. Read more

impl FromIterator<Index> for Path
[src]

Creates a value from an iterator. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index