pub struct Epub {
pub metadata: Metadata,
pub toc: Vec<TocEntry>,
pub pages: Vec<Page>,
pub cover: Cover,
pub images: Vec<Image>,
}Fields§
§metadata: Metadata§toc: Vec<TocEntry>§pages: Vec<Page>§cover: Cover§images: Vec<Image>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Epub
impl RefUnwindSafe for Epub
impl Send for Epub
impl Sync for Epub
impl Unpin for Epub
impl UnwindSafe for Epub
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