Struct jmespath::DEFAULT_RUNTIME []

pub struct DEFAULT_RUNTIME { /* fields omitted */ }

Methods from __Deref<Target = Runtime>

Creates a new JMESPath expression from an expression string.

The provided expression is expected to adhere to the JMESPath grammar: http://jmespath.org/specification.html

Gets a function by name from the runtime.

Trait Implementations

impl __Deref for DEFAULT_RUNTIME

The resulting type after dereferencing

The method called to dereference a value

impl LazyStatic for DEFAULT_RUNTIME