Struct mdbook_gitbook::GitBook
source · pub struct GitBook;
Expand description
The GitBook preprocessor.
Implementations§
Trait Implementations§
source§impl Preprocessor for GitBook
impl Preprocessor for GitBook
source§fn supports_renderer(&self, renderer: &str) -> bool
fn supports_renderer(&self, renderer: &str) -> bool
Check whether we support the specified renderer
Auto Trait Implementations§
impl RefUnwindSafe for GitBook
impl Send for GitBook
impl Sync for GitBook
impl Unpin for GitBook
impl UnwindSafe for GitBook
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