pub struct has_key;
Trait Implementations§
Source§impl HelperDef for has_key
impl HelperDef for has_key
Source§fn call_inner<'reg: 'rc, 'rc>(
&self,
h: &Helper<'rc>,
r: &'reg Handlebars<'reg>,
_: &'rc Context,
_: &mut RenderContext<'reg, 'rc>,
) -> Result<ScopedJson<'rc>, RenderError>
fn call_inner<'reg: 'rc, 'rc>( &self, h: &Helper<'rc>, r: &'reg Handlebars<'reg>, _: &'rc Context, _: &mut RenderContext<'reg, 'rc>, ) -> Result<ScopedJson<'rc>, RenderError>
A simplified api to define helper Read more
Auto Trait Implementations§
impl Freeze for has_key
impl RefUnwindSafe for has_key
impl Send for has_key
impl Sync for has_key
impl Unpin for has_key
impl UnwindSafe for has_key
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more