#[non_exhaustive]pub struct HtmlHandlebars;Expand description
The HTML renderer for mdBook.
Implementations§
Source§impl HtmlHandlebars
impl HtmlHandlebars
Sourcepub fn new() -> Self
pub fn new() -> Self
Returns a new instance of HtmlHandlebars.
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