Struct rustdoc::html::toc::Toc
[−]
[src]
pub struct Toc { /* fields omitted */ }
🔬 This is a nightly-only experimental API. (
rustdoc
)A (recursive) table of contents
Trait Implementations
impl PartialEq for Toc
[src]
fn eq(&self, __arg_0: &Toc) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Toc) -> bool
This method tests for !=
.