pub struct AllMarkdown;Implementations§
Source§impl AllMarkdown
impl AllMarkdown
pub fn new() -> AllMarkdown
Trait Implementations§
Source§impl Default for AllMarkdown
impl Default for AllMarkdown
Source§fn default() -> AllMarkdown
fn default() -> AllMarkdown
Returns the “default value” for a type. Read more
Source§impl Preprocessor for AllMarkdown
impl Preprocessor for AllMarkdown
Auto Trait Implementations§
impl Freeze for AllMarkdown
impl RefUnwindSafe for AllMarkdown
impl Send for AllMarkdown
impl Sync for AllMarkdown
impl Unpin for AllMarkdown
impl UnwindSafe for AllMarkdown
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