Struct mdbook_toc::Toc
source · [−]pub struct Toc;Implementations
Trait Implementations
sourceimpl Preprocessor for Toc
impl Preprocessor for Toc
sourcefn run(&self, ctx: &PreprocessorContext, book: Book) -> Result<Book>
fn run(&self, ctx: &PreprocessorContext, book: Book) -> Result<Book>
Run this
Preprocessor, allowing it to update the book before it is
given to a renderer. Read moresourcefn supports_renderer(&self, _renderer: &str) -> bool
fn supports_renderer(&self, _renderer: &str) -> bool
A hint to
MDBook whether this preprocessor is compatible with a
particular renderer. Read moreAuto Trait Implementations
impl RefUnwindSafe for Toc
impl Send for Toc
impl Sync for Toc
impl Unpin for Toc
impl UnwindSafe for Toc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more