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

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

Fields

attrs
ty_param

Trait Implementations

Derived Implementations

impl Debug for AssociatedType

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

impl Hash for AssociatedType

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Decodable for AssociatedType

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

impl Encodable for AssociatedType

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

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)