pub struct MarkdownExportPlugin;Trait Implementations§
Source§impl ExporterPlugin for MarkdownExportPlugin
impl ExporterPlugin for MarkdownExportPlugin
fn id(&self) -> &str
fn export( &self, catalog: &OntologyCatalog, _workspace: &Path, options: ExportOptions, ) -> Result<Vec<PathBuf>, ExportError>
Auto Trait Implementations§
impl Freeze for MarkdownExportPlugin
impl RefUnwindSafe for MarkdownExportPlugin
impl Send for MarkdownExportPlugin
impl Sync for MarkdownExportPlugin
impl Unpin for MarkdownExportPlugin
impl UnsafeUnpin for MarkdownExportPlugin
impl UnwindSafe for MarkdownExportPlugin
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