Struct syntax::ast::TypeBindingExperimental [-]  [+] [src]

pub struct TypeBinding {
    pub id: NodeId,
    pub ident: Ident,
    pub ty: P<Ty>,
    pub span: Span,
}

Fields

id
ident
ty
span

Trait Implementations

Derived Implementations

impl Show for TypeBinding

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

impl<__S: Writer> Hash<__S> for TypeBinding

fn hash(&self, __arg_0: &mut __S)

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

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

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

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

impl Eq for TypeBinding

fn assert_receiver_is_total_eq(&self)

impl PartialEq for TypeBinding

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

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

impl Clone for TypeBinding

fn clone(&self) -> TypeBinding

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