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

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

Fields

type_
name
id

Trait Implementations

Derived Implementations

impl PartialEq for Argument

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

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

impl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Argument

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

impl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Argument

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

impl Clone for Argument

fn clone(&self) -> Argument

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