pub enum DocumentIoEvent {
ImportPlainText,
ExportPlainText,
ImportMarkdown,
ExportMarkdown,
ImportHtml,
ExportHtml,
ExportLatex,
ExportDocx,
}Variants§
ImportPlainText
ExportPlainText
ImportMarkdown
ExportMarkdown
ImportHtml
ExportHtml
ExportLatex
ExportDocx
Trait Implementations§
Source§impl Clone for DocumentIoEvent
impl Clone for DocumentIoEvent
Source§fn clone(&self) -> DocumentIoEvent
fn clone(&self) -> DocumentIoEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentIoEvent
impl Debug for DocumentIoEvent
Source§impl Hash for DocumentIoEvent
impl Hash for DocumentIoEvent
Source§impl PartialEq for DocumentIoEvent
impl PartialEq for DocumentIoEvent
Source§impl Serialize for DocumentIoEvent
impl Serialize for DocumentIoEvent
impl Eq for DocumentIoEvent
impl StructuralPartialEq for DocumentIoEvent
Auto Trait Implementations§
impl Freeze for DocumentIoEvent
impl RefUnwindSafe for DocumentIoEvent
impl Send for DocumentIoEvent
impl Sync for DocumentIoEvent
impl Unpin for DocumentIoEvent
impl UnsafeUnpin for DocumentIoEvent
impl UnwindSafe for DocumentIoEvent
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