Struct rustdoc::html::toc::TocEntry[][src]

pub struct TocEntry {
    level: u32,
    sec_number: String,
    name: String,
    id: String,
    children: Toc,
}

Fields

Trait Implementations

impl PartialEq for TocEntry
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TocEntry

impl Sync for TocEntry