pub enum ExtractFormat {
Markdown,
Links,
Json,
}Expand description
Supported document extraction formats.
Variants§
Markdown
Markdown document output.
Links
Stable numeric link list output.
Json
Deterministic machine-readable JSON output.
Implementations§
Trait Implementations§
Source§impl Clone for ExtractFormat
impl Clone for ExtractFormat
Source§fn clone(&self) -> ExtractFormat
fn clone(&self) -> ExtractFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExtractFormat
impl Debug for ExtractFormat
Source§impl Display for ExtractFormat
impl Display for ExtractFormat
Source§impl PartialEq for ExtractFormat
impl PartialEq for ExtractFormat
Source§fn eq(&self, other: &ExtractFormat) -> bool
fn eq(&self, other: &ExtractFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExtractFormat
impl Eq for ExtractFormat
impl StructuralPartialEq for ExtractFormat
Auto Trait Implementations§
impl Freeze for ExtractFormat
impl RefUnwindSafe for ExtractFormat
impl Send for ExtractFormat
impl Sync for ExtractFormat
impl Unpin for ExtractFormat
impl UnsafeUnpin for ExtractFormat
impl UnwindSafe for ExtractFormat
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