Struct rustdoc::clean::ViewListIdentExperimental
[-]
[+]
[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 Show for ViewListIdent
impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for ViewListIdent
fn decode(__arg_0: &mut __D) -> Result<ViewListIdent, __E>
impl<__S: Encoder<__E>, __E> Encodable<__S, __E> 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
).