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

pub struct Toc {
    // some fields omitted
}
Unstable (rustdoc)

A (recursive) table of contents

Trait Implementations

impl Debug for Toc
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for Toc
[src]

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

Derived 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 !=.