Struct rustdoc::stability_summary::ModuleSummaryExperimental [-]  [+] [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 Show 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

fn assert_receiver_is_total_eq(&self)

impl PartialEq for ModuleSummary

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

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

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for ModuleSummary

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

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for ModuleSummary

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