pub struct Toc {
pub chapters: Vec<Chapter>,
pub volumes: Vec<Volume>,
}Expand description
解析后的目录:扁平章节列表 + 平行卷元数据(卷不进入章节序列)。
Fields§
§chapters: Vec<Chapter>§volumes: Vec<Volume>Trait Implementations§
impl Eq for Toc
impl StructuralPartialEq for Toc
Auto Trait Implementations§
impl Freeze for Toc
impl RefUnwindSafe for Toc
impl Send for Toc
impl Sync for Toc
impl Unpin for Toc
impl UnsafeUnpin for Toc
impl UnwindSafe for Toc
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