pub struct FilesPreprocessor { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FilesPreprocessor
impl Clone for FilesPreprocessor
Source§fn clone(&self) -> FilesPreprocessor
fn clone(&self) -> FilesPreprocessor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FilesPreprocessor
impl Debug for FilesPreprocessor
Source§impl Default for FilesPreprocessor
impl Default for FilesPreprocessor
Source§impl Preprocessor for FilesPreprocessor
impl Preprocessor for FilesPreprocessor
Source§fn run(&self, ctx: &PreprocessorContext, book: Book) -> MdbookResult<Book>
fn run(&self, ctx: &PreprocessorContext, book: Book) -> MdbookResult<Book>
Run this
Preprocessor, allowing it to update the book before it is
given to a renderer.Auto Trait Implementations§
impl Freeze for FilesPreprocessor
impl !RefUnwindSafe for FilesPreprocessor
impl Send for FilesPreprocessor
impl Sync for FilesPreprocessor
impl Unpin for FilesPreprocessor
impl UnsafeUnpin for FilesPreprocessor
impl !UnwindSafe for FilesPreprocessor
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