pub struct HtmlHandlebars;
Implementations§
Trait Implementations§
Source§impl Default for HtmlHandlebars
impl Default for HtmlHandlebars
Source§fn default() -> HtmlHandlebars
fn default() -> HtmlHandlebars
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HtmlHandlebars
impl RefUnwindSafe for HtmlHandlebars
impl Send for HtmlHandlebars
impl Sync for HtmlHandlebars
impl Unpin for HtmlHandlebars
impl UnwindSafe for HtmlHandlebars
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