pub struct DockerRunPreprocessor { /* private fields */ }
Implementations§
Source§impl DockerRunPreprocessor
impl DockerRunPreprocessor
pub fn new(handle: Handle) -> Self
pub fn new_current() -> Self
Trait Implementations§
Source§impl Clone for DockerRunPreprocessor
impl Clone for DockerRunPreprocessor
Source§fn clone(&self) -> DockerRunPreprocessor
fn clone(&self) -> DockerRunPreprocessor
Returns a copy 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 DockerRunPreprocessor
impl Debug for DockerRunPreprocessor
Source§impl Preprocessor for DockerRunPreprocessor
impl Preprocessor for DockerRunPreprocessor
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 DockerRunPreprocessor
impl RefUnwindSafe for DockerRunPreprocessor
impl Send for DockerRunPreprocessor
impl Sync for DockerRunPreprocessor
impl Unpin for DockerRunPreprocessor
impl UnwindSafe for DockerRunPreprocessor
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