Struct handlebars::PathAndJson[][src]

pub struct PathAndJson<'reg: 'rc, 'rc> { /* fields omitted */ }

Json wrapper that holds the Json value and reference path information

Methods

impl<'reg: 'rc, 'rc> PathAndJson<'reg, 'rc>
[src]

Returns relative path when the value is referenced If the value is from a literal, the path is None

Return root level of this path if any

Returns the value

Trait Implementations

impl<'reg: 'rc, 'rc> Debug for PathAndJson<'reg, 'rc>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'reg, 'rc> Send for PathAndJson<'reg, 'rc>

impl<'reg, 'rc> Sync for PathAndJson<'reg, 'rc>