Struct syn::ImplItemType[][src]

pub struct ImplItemType {
    pub attrs: Vec<Attribute>,
    pub vis: Visibility,
    pub defaultness: Option<Default>,
    pub type_token: Type,
    pub ident: Ident,
    pub generics: Generics,
    pub eq_token: Eq,
    pub ty: Type,
    pub semi_token: Semi,
}
[]

An associated type within an impl block.

This type is available if Syn is built with the "full" feature.

Fields

Trait Implementations

impl Synom for ImplItemType
[src]
[+]

[]

A short name of the type being parsed. Read more

impl ToTokens for ImplItemType
[src]
[+]

[]

Write self to the given Tokens. Read more

[]

Convert self directly into a Tokens object. Read more

impl Clone for ImplItemType
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl From<ImplItemType> for ImplItem
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl !Send for ImplItemType

impl !Sync for ImplItemType