Struct rustdoc::clean::ModuleUnstable [-] [+] [src]

pub struct Module {
    pub items: Vec<Item>,
    pub is_crate: bool,
}

Fields

items
is_crate

Trait Implementations

Derived Implementations

impl Debug for Module

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

impl Decodable for Module

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

impl Encodable for Module

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

impl Clone for Module

fn clone(&self) -> Module

fn clone_from(&mut self, source: &Self)