pub struct Generator { /* private fields */ }Expand description
文档生成器,负责将 Markdown 文件转换为多种格式的文档
Implementations§
Source§impl Generator
impl Generator
Sourcepub fn plugin_registry_mut(&mut self) -> &mut PluginRegistry
pub fn plugin_registry_mut(&mut self) -> &mut PluginRegistry
Auto Trait Implementations§
impl Freeze for Generator
impl !RefUnwindSafe for Generator
impl Send for Generator
impl Sync for Generator
impl Unpin for Generator
impl UnsafeUnpin for Generator
impl !UnwindSafe for Generator
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