pub enum InputFormat {
Docx,
Epub,
Html,
JuypterNotebook,
Markdown,
MediaWiki,
RichTextFormat,
Typst,
VimWiki,
}
Variants§
Trait Implementations§
source§impl Debug for InputFormat
impl Debug for InputFormat
Auto Trait Implementations§
impl Freeze for InputFormat
impl RefUnwindSafe for InputFormat
impl Send for InputFormat
impl Sync for InputFormat
impl Unpin for InputFormat
impl UnwindSafe for InputFormat
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