pub struct ConvertOptions {Show 13 fields
pub input: PathBuf,
pub output: PathBuf,
pub media: MediaMode,
pub format: FormatMode,
pub css: CssMode,
pub split_chapters: bool,
pub chapter_fallback: ChapterFallbackMode,
pub notes_mode: NotesMode,
pub export_manifest: ExportMode,
pub quality_report: ExportMode,
pub ocr_cleanup: OcrCleanupMode,
pub nav_cleanup: NavCleanupMode,
pub filename_scheme: FilenameScheme,
}Fields§
§input: PathBuf§output: PathBuf§media: MediaMode§format: FormatMode§css: CssMode§split_chapters: bool§chapter_fallback: ChapterFallbackMode§notes_mode: NotesMode§export_manifest: ExportMode§quality_report: ExportMode§ocr_cleanup: OcrCleanupMode§filename_scheme: FilenameSchemeImplementations§
Trait Implementations§
Source§impl Clone for ConvertOptions
impl Clone for ConvertOptions
Source§fn clone(&self) -> ConvertOptions
fn clone(&self) -> ConvertOptions
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 moreAuto Trait Implementations§
impl Freeze for ConvertOptions
impl RefUnwindSafe for ConvertOptions
impl Send for ConvertOptions
impl Sync for ConvertOptions
impl Unpin for ConvertOptions
impl UnsafeUnpin for ConvertOptions
impl UnwindSafe for ConvertOptions
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