Struct mdbash_tutorial::BashTutorial
source · pub struct BashTutorial;
Expand description
A no-op preprocessor.
Implementations§
source§impl BashTutorial
impl BashTutorial
pub fn new() -> BashTutorial
Trait Implementations§
source§impl Preprocessor for BashTutorial
impl Preprocessor for BashTutorial
Auto Trait Implementations§
impl RefUnwindSafe for BashTutorial
impl Send for BashTutorial
impl Sync for BashTutorial
impl Unpin for BashTutorial
impl UnwindSafe for BashTutorial
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