pub struct EpubInspection {
pub title: Option<String>,
pub spine_count: usize,
pub manifest_count: usize,
pub xhtml_count: usize,
pub has_nav: bool,
pub has_toc: bool,
pub resource_count: usize,
pub package_path: String,
pub xhtml_spine_count: usize,
}Fields§
§title: Option<String>§spine_count: usize§manifest_count: usize§xhtml_count: usize§has_toc: bool§resource_count: usize§package_path: String§xhtml_spine_count: usizeTrait Implementations§
Source§impl Clone for EpubInspection
impl Clone for EpubInspection
Source§fn clone(&self) -> EpubInspection
fn clone(&self) -> EpubInspection
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 EpubInspection
impl Debug for EpubInspection
impl Eq for EpubInspection
Source§impl PartialEq for EpubInspection
impl PartialEq for EpubInspection
Source§fn eq(&self, other: &EpubInspection) -> bool
fn eq(&self, other: &EpubInspection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EpubInspection
Auto Trait Implementations§
impl Freeze for EpubInspection
impl RefUnwindSafe for EpubInspection
impl Send for EpubInspection
impl Sync for EpubInspection
impl Unpin for EpubInspection
impl UnsafeUnpin for EpubInspection
impl UnwindSafe for EpubInspection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.