Struct webserver_base::join
source · pub struct join;
Trait Implementations§
source§impl HelperDef for join
impl HelperDef for join
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 RefUnwindSafe for join
impl Send for join
impl Sync for join
impl Unpin for join
impl UnwindSafe for join
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