Struct mdbook_cmdrun::cmdrun::CmdRun
source · [−]pub struct CmdRun;Implementations
Trait Implementations
sourceimpl Preprocessor for CmdRun
impl Preprocessor for CmdRun
sourcefn 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 more
Auto Trait Implementations
impl RefUnwindSafe for CmdRun
impl Send for CmdRun
impl Sync for CmdRun
impl Unpin for CmdRun
impl UnwindSafe for CmdRun
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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