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

pub struct AssociatedType {
    pub attrs: Vec<Attribute>,
    pub ty_param: TyParam,
}

Fields

attrs
ty_param

Trait Implementations

Derived Implementations

impl Show for AssociatedType

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

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

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

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

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

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

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

impl Eq for AssociatedType

fn assert_receiver_is_total_eq(&self)

impl PartialEq for AssociatedType

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

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

impl Clone for AssociatedType

fn clone(&self) -> AssociatedType

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