pub struct MarkdownGenerator {}Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarkdownGenerator
impl RefUnwindSafe for MarkdownGenerator
impl Send for MarkdownGenerator
impl Sync for MarkdownGenerator
impl Unpin for MarkdownGenerator
impl UnwindSafe for MarkdownGenerator
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