Struct rustdoc::clean::ViewListIdentUnstable
[-] [+]
[src]
pub struct ViewListIdent { pub name: String, pub source: Option<DefId>, }
Fields
name | |
source |
pub struct ViewListIdent { pub name: String, pub source: Option<DefId>, }
name | |
source |
impl Display for ViewListIdent
impl Debug for ViewListIdent
impl Decodable for ViewListIdent
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ViewListIdent, __D>
impl Encodable for ViewListIdent
impl Clone for ViewListIdent
fn clone(&self) -> ViewListIdent
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
).