pub struct CatalogBuilder { /* private fields */ }Expand description
Catalog builder for EPUB navigation
The CatalogBuilder is responsible for building the navigation document (TOC)
of an EPUB publication. The navigation document provides a hierarchical table
of contents that allows readers to navigate through the publication’s content.
The navigation document is a special XHTML document that uses the EPUB Navigation Document specification.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CatalogBuilder
impl RefUnwindSafe for CatalogBuilder
impl Send for CatalogBuilder
impl Sync for CatalogBuilder
impl Unpin for CatalogBuilder
impl UnsafeUnpin for CatalogBuilder
impl UnwindSafe for CatalogBuilder
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