Struct syn::ImplItemType [−][src]
An associated type within an impl block.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
vis: Visibility
defaultness: Option<Default>
type_token: Type
ident: Ident
generics: Generics
eq_token: Eq
ty: Type
semi_token: Semi
Trait Implementations
impl Synom for ImplItemType
[src]
[+]
impl Synom for ImplItemType
impl ToTokens for ImplItemType
[src]
[+]
impl ToTokens for ImplItemType
impl Clone for ImplItemType
[src]
[+]
impl Clone for ImplItemType
impl From<ImplItemType> for ImplItem
[src]
[+]
impl From<ImplItemType> for ImplItem
Auto Trait Implementations
impl !Send for ImplItemType
impl !Send for ImplItemType
impl !Sync for ImplItemType
impl !Sync for ImplItemType