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

pub struct ViewListIdent {
    pub name: String,
    pub source: Option<DefId>,
}

Fields

name
source

Trait Implementations

impl Display for ViewListIdent

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

Derived Implementations

impl Debug for ViewListIdent

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

impl Decodable for ViewListIdent

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

impl Encodable for ViewListIdent

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

impl Clone for ViewListIdent

fn clone(&self) -> ViewListIdent

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