Struct rustdoc::html::render::Sidebar[][src]

struct Sidebar<'a> {
    cx: &'a Context,
    item: &'a Item,
}

Fields

Trait Implementations

impl<'a> Display for Sidebar<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Sidebar<'a>

impl<'a> !Sync for Sidebar<'a>