Struct rustdoc::clean::ModuleUnstable
[-] [+]
[src]
pub struct Module { pub items: Vec<Item>, pub is_crate: bool, }
Fields
items | |
is_crate |
pub struct Module { pub items: Vec<Item>, pub is_crate: bool, }
items | |
is_crate |
impl Debug for Module
impl Decodable for Module
impl Encodable for Module
impl Clone for Module
fn clone(&self) -> Module
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).