Struct rustdoc::stability_summary::ModuleSummaryUnstable [-] [+] [src]

pub struct ModuleSummary {
    pub name: String,
    pub counts: Counts,
    pub submodules: Vec<ModuleSummary>,
}

A summarized module, which includes total counts and summarized children modules.

Fields

name
counts
submodules

Trait Implementations

impl Display for ModuleSummary

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

impl PartialOrd for ModuleSummary

fn partial_cmp(&self, other: &ModuleSummary) -> Option<Ordering>

fn lt(&self, other: &Rhs) -> bool

fn le(&self, other: &Rhs) -> bool

fn gt(&self, other: &Rhs) -> bool

fn ge(&self, other: &Rhs) -> bool

impl Ord for ModuleSummary

fn cmp(&self, other: &ModuleSummary) -> Ordering

Derived Implementations

impl Eq for ModuleSummary

impl PartialEq for ModuleSummary

fn eq(&self, __arg_0: &ModuleSummary) -> bool

fn ne(&self, __arg_0: &ModuleSummary) -> bool

impl Decodable for ModuleSummary

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ModuleSummary, __D>

impl Encodable for ModuleSummary

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S>