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

pub struct Argument {
    pub type_: Type,
    pub name: String,
    pub id: NodeId,
}

Fields

type_
name
id

Trait Implementations

Derived Implementations

impl Debug for Argument

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

impl PartialEq for Argument

fn eq(&self, __arg_0: &Argument) -> bool

fn ne(&self, __arg_0: &Argument) -> bool

impl Decodable for Argument

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

impl Encodable for Argument

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

impl Clone for Argument

fn clone(&self) -> Argument

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